Skip to content

Commit 24ed154

Browse files
authored
Prepare 2025.2 release (#223)
1 parent 4823212 commit 24ed154

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
`2025.2 <https://github.com/python/python-docs-theme/releases/tag/2025.2>`_
5+
---------------------------------------------------------------------------
6+
7+
- Note minimum requirements for Sphinx (#216)
8+
Contributed by Adam Turner
9+
- Horizontally centre the sidebar collapse button (#219)
10+
Contributed by Tomas Roun
11+
- Make sidebar width more flexible (#218)
12+
Contributed by Tomas Roun
13+
- Set ``__version__`` in the runtime package (#222)
14+
Contributed by Adam Turner
15+
416
`2024.12 <https://github.com/python/python-docs-theme/releases/tag/2024.12>`_
517
-----------------------------------------------------------------------------
618

python_docs_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from sphinx.application import Sphinx
1515
from sphinx.util.typing import ExtensionMetadata
1616

17-
__version__ = "2024.12"
17+
__version__ = "2025.2"
1818

1919
THEME_PATH = Path(__file__).resolve().parent
2020

0 commit comments

Comments
 (0)