8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eaa5e commit 82aa22eCopy full SHA for 82aa22e
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+`2025.4.1 <https://github.com/python/python-docs-theme/releases/tag/2025.4.1>`_
5
+-------------------------------------------------------------------------------
6
+
7
+* Fix copy button with multiple tracebacks by @tomasr8 in https://github.com/python/python-docs-theme/pull/240
8
9
`2025.4 <https://github.com/python/python-docs-theme/releases/tag/2025.4>`_
10
---------------------------------------------------------------------------
11
python_docs_theme/__init__.py
@@ -7,7 +7,7 @@
from sphinx.application import Sphinx
from sphinx.util.typing import ExtensionMetadata
-__version__ = "2025.4"
+__version__ = "2025.4.1"
12
THEME_PATH = Path(__file__).resolve().parent
13
0 commit comments