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 11# Changelog
22
3+ ## [ 2026.4] ( https://github.com/python/python-docs-theme/releases/tag/2026.4 )
4+
5+ * Add styling for the ` soft-deprecated ` class by @StanFromIreland
6+ in https://github.com/python/python-docs-theme/pull/305
7+ * Add Tamil translation in https://github.com/python/python-docs-theme/pull/304
8+ * Fix the vertical alignment of ` :Editor: ` by @pradyunsg in
9+ https://github.com/python/python-docs-theme/pull/303
10+
311## [ 2026.3] ( https://github.com/python/python-docs-theme/releases/tag/2026.3 )
412
513* Add colors for new thread-safety levels by @lysnikolaou in https://github.com/python/python-docs-theme/pull/299
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.3 "
14+ __version__ = "2026.4 "
1515
1616THEME_PATH = Path (__file__ ).resolve ().parent
1717LOCALE_DIR = THEME_PATH / "locale"
You can’t perform that action at this time.
0 commit comments