8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83c8d commit d71bc5cCopy full SHA for d71bc5c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [2026.3](https://github.com/python/python-docs-theme/releases/tag/2026.3)
4
+
5
+* Add colors for new thread-safety levels by @lysnikolaou in https://github.com/python/python-docs-theme/pull/299
6
7
## [2026.2](https://github.com/python/python-docs-theme/releases/tag/2026.2)
8
9
* Style codeblock `:caption:` by @StanFromIreland in https://github.com/python/python-docs-theme/pull/288
python_docs_theme/__init__.py
@@ -11,7 +11,7 @@
11
from sphinx.application import Sphinx
12
from sphinx.util.typing import ExtensionMetadata
13
14
-__version__ = "2026.2"
+__version__ = "2026.3"
15
16
THEME_PATH = Path(__file__).resolve().parent
17
LOCALE_DIR = THEME_PATH / "locale"
0 commit comments