File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ `2025.4 <https://github.com/python/python-docs-theme/releases/tag/2025.4 >`_
5
+ ---------------------------------------------------------------------------
6
+
7
+ * Require Sphinx 7.3 by @AA-Turner in https://github.com/python/python-docs-theme/pull/221
8
+ * Add support for Python 3.14 by @hugovk https://github.com/python/python-docs-theme/pull/236
9
+ * Drop support for Python 3.10 and 3.11 by @hugovk in https://github.com/python/python-docs-theme/pull/234
10
+ * Add a copy button to code samples by @tomasr8 in https://github.com/python/python-docs-theme/pull/231
11
+ * Add missing i18n for copy button titles by @tomasr8 in https://github.com/python/python-docs-theme/pull/225
12
+ * Use consistent line-height for light & dark theme by @tomasr8 in https://github.com/python/python-docs-theme/pull/227
13
+ * Remove self-closing tags by @hugovk in https://github.com/python/python-docs-theme/pull/226
14
+
4
15
`2025.2 <https://github.com/python/python-docs-theme/releases/tag/2025.2 >`_
5
16
---------------------------------------------------------------------------
6
17
Original file line number Diff line number Diff line change 7
7
from sphinx .application import Sphinx
8
8
from sphinx .util .typing import ExtensionMetadata
9
9
10
- __version__ = "2025.2 "
10
+ __version__ = "2025.4 "
11
11
12
12
THEME_PATH = Path (__file__ ).resolve ().parent
13
13
You can’t perform that action at this time.
0 commit comments