Skip to content

Commit 0d45c93

Browse files
Prepare the 2026.9 release
1 parent 0ca52a5 commit 0d45c93

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2026.9](https://github.com/python/python-docs-theme/releases/tag/2026.9)
4+
5+
* Add support for right-to-left page layout by @sepehr-rs in https://github.com/python/python-docs-theme/pull/324
6+
* Improve contrast between unvisited and visited links in dark mode
7+
by @StanFromIreland in https://github.com/python/python-docs-theme/pull/329
8+
* Keep breadcrumb navigation visible on mobile by @undeMalum in
9+
https://github.com/python/python-docs-theme/pull/326
10+
* Add Persian translation by @sepehr-rs in https://github.com/python/python-docs-theme/pull/322
11+
312
## [2026.7](https://github.com/python/python-docs-theme/releases/tag/2026.7)
413

514
* Add Vietnamese translation by @StanFromIreland in https://github.com/python/python-docs-theme/pull/309

python_docs_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sphinx.application import Sphinx
1212
from sphinx.util.typing import ExtensionMetadata
1313

14-
__version__ = "2026.7"
14+
__version__ = "2026.9"
1515

1616
THEME_PATH = Path(__file__).resolve().parent
1717
LOCALE_DIR = THEME_PATH / "locale"

0 commit comments

Comments
 (0)