14
0

- update to 2023.7:

* Fix compatability with Sphinx 7.1
  * Enable the slash keypress to focus the search field
  * Sphinx 6.2 fix: add ``nav.contents`` where ``div.topic`` is
    used
  * Dark mode: fix contrast for C++ specific styling (#133)
  * Don't let long code literals extend beyond the right side of
    the screen
  * Test with Python 3.12
  * Add a dark theme.
  * Fix: Remove searchbox id from form.
  * Update ``python-docs-theme`` to work with Sphinx 5 & 6.
  * Override font for ``.sig`` for consistency with other code
    blocks.
  * Dark mode: add class to invert image brightness.
  * Skip cache-busting for old Sphinx
  * Fix problem with monospace rendering in Vivaldi
  * Fix mobile nav obstructing content
  * Reduce footer margin only for desktop
  * Append a hash ?digest to CSS files for cache-busting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-docs-theme?expand=0&rev=6
This commit is contained in:
2023-09-04 10:48:47 +00:00
committed by Git OBS Bridge
parent 3173726e29
commit cbe508b1cb
4 changed files with 34 additions and 10 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Sep 4 10:45:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.7:
* Fix compatability with Sphinx 7.1
* Enable the slash keypress to focus the search field
* Sphinx 6.2 fix: add ``nav.contents`` where ``div.topic`` is
used
* Dark mode: fix contrast for C++ specific styling (#133)
* Don't let long code literals extend beyond the right side of
the screen
* Test with Python 3.12
* Add a dark theme.
* Fix: Remove searchbox id from form.
* Update ``python-docs-theme`` to work with Sphinx 5 & 6.
* Override font for ``.sig`` for consistency with other code
blocks.
* Dark mode: add class to invert image brightness.
* Skip cache-busting for old Sphinx
* Fix problem with monospace rendering in Vivaldi
* Fix mobile nav obstructing content
* Reduce footer margin only for desktop
* Append a hash ?digest to CSS files for cache-busting
-------------------------------------------------------------------
Wed Jan 19 23:41:38 UTC 2022 - Matej Cepl <mcepl@suse.com>