Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24ed154

Browse files
authored
Prepare 2025.2 release (#223)
1 parent4823212 commit24ed154

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
fromsphinx.applicationimportSphinx
1515
fromsphinx.util.typingimportExtensionMetadata
1616

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp