17
0

Accepting request 1309925 from home:mcalabkova:branches:devel:languages:python

- update to 2025.9.2
  * Hide header and search bar when printing
  * Note minimum requirements for Sphinx
  * Horizontally align the collapse button icon
  * Make sidebar width more flexible
  * Require Sphinx 7.3
  * Add support for Python 3.14
  * Drop support for Python 3.10 and 3.11
  * Add a copy button to code samples
  * Add missing i18n for copy button titles
  * Make the copy button only appear when hovered over or clicked on
  * Don't copy line numbers
  * Improved translation
- Re-enable python311 build

OBS-URL: https://build.opensuse.org/request/show/1309925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-docs-theme?expand=0&rev=22
This commit is contained in:
2025-10-09 07:31:25 +00:00
committed by Git OBS Bridge
parent 965d5acdc9
commit 3336188972
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 9 07:10:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 2025.9.2
* Hide header and search bar when printing
* Note minimum requirements for Sphinx
* Horizontally align the collapse button icon
* Make sidebar width more flexible
* Require Sphinx 7.3
* Add support for Python 3.14
* Drop support for Python 3.10 and 3.11
* Add a copy button to code samples
* Add missing i18n for copy button titles
* Make the copy button only appear when hovered over or clicked on
* Don't copy line numbers
* Improved translation
- Re-enable python311 build
-------------------------------------------------------------------
Sat Nov 9 16:00:13 UTC 2024 - Dirk Müller <dmueller@suse.com>