File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
`2024.12 <https://github.com/python/python-docs-theme/releases/tag/2024.12 >`_
5
17
-----------------------------------------------------------------------------
6
18
Original file line number Diff line number Diff line change 14
14
from sphinx .application import Sphinx
15
15
from sphinx .util .typing import ExtensionMetadata
16
16
17
- __version__ = "2024.12 "
17
+ __version__ = "2025.2 "
18
18
19
19
THEME_PATH = Path (__file__ ).resolve ().parent
20
20
You can’t perform that action at this time.
0 commit comments