File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1111 from sphinx .application import Sphinx
1212 from sphinx .util .typing import ExtensionMetadata
1313
14- __version__ = "2026.7 "
14+ __version__ = "2026.9 "
1515
1616THEME_PATH = Path (__file__ ).resolve ().parent
1717LOCALE_DIR = THEME_PATH / "locale"
You can’t perform that action at this time.
0 commit comments