File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
415`2025.2 <https://github.com/python/python-docs-theme/releases/tag/2025.2 >`_
516---------------------------------------------------------------------------
617
Original file line number Diff line number Diff line change 11# Python Docs Sphinx Theme
22
33This is the theme for the Python documentation.
4- It requires Python 3.10 or newer and Sphinx 7.3 or newer.
4+ It requires Python 3.12 or newer and Sphinx 7.3 or newer.
55
66Note that when adopting this theme, you're also borrowing an element of the
77trust and credibility established by the CPython core developers over the
Original file line number Diff line number Diff line change 77 from sphinx .application import Sphinx
88 from sphinx .util .typing import ExtensionMetadata
99
10- __version__ = "2025.2 "
10+ __version__ = "2025.4 "
1111
1212THEME_PATH = Path (__file__ ).resolve ().parent
1313
You can’t perform that action at this time.
0 commit comments