File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 1414 from sphinx .application import Sphinx
1515 from sphinx .util .typing import ExtensionMetadata
1616
17- __version__ = "2024.12 "
17+ __version__ = "2025.2 "
1818
1919THEME_PATH = Path (__file__ ).resolve ().parent
2020
You can’t perform that action at this time.
0 commit comments