File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ `2025.9.2 <https://github.com/python/python-docs-theme/releases/tag/2025.9.2 >`_
5
+ -------------------------------------------------------------------------------
6
+
7
+ * Add Korean translation from Transifex in https://github.com/python/python-docs-theme/pull/264
8
+ * Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262
9
+ * Fix compilation of translations and loading of translations on pages with html
10
+ source in https://github.com/python/python-docs-theme/pull/263
11
+
4
12
`2025.9.1 <https://github.com/python/python-docs-theme/releases/tag/2025.9.1 >`_
5
13
-------------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change 9
9
from sphinx .application import Sphinx
10
10
from sphinx .util .typing import ExtensionMetadata
11
11
12
- __version__ = "2025.9.1 "
12
+ __version__ = "2025.9.2 "
13
13
14
14
THEME_PATH = Path (__file__ ).resolve ().parent
15
15
LOCALE_DIR = THEME_PATH / "locale"
You can’t perform that action at this time.
0 commit comments