Thanks to visit codestin.com Credit goes to github.com
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 42ade08 commit 8e36158Copy full SHA for 8e36158
2 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+`2025.5 <https://github.com/python/python-docs-theme/releases/tag/2025.5>`_
5
+---------------------------------------------------------------------------
6
+
7
+* Make the copy button only appear when hovered over or clicked on by @kevteg in https://github.com/python/python-docs-theme/pull/243
8
9
`2025.4.1 <https://github.com/python/python-docs-theme/releases/tag/2025.4.1>`_
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.1"
+__version__ = "2025.5"
12
THEME_PATH = Path(__file__).resolve().parent
13
0 commit comments