File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [2026.2](https://github.com/python/python-docs-theme/releases/tag/2026.2)
4+
5+ * Style codeblock `:caption:` by @StanFromIreland in https://github.com/python/python-docs-theme/pull/288
6+ * Enable copy button for shell sessions and consoles by @hugovk in https://github.com/python/python-docs-theme/pull/295
7+ * Add colors for thread safety annotations by @lysnikolaou in https://github.com/python/python-docs-theme/pull/297
8+
39## [2025.12](https://github.com/python/python-docs-theme/releases/tag/2025.12)
410
511* Add support for green, red and yellow side borders for code examples by @hugovk in https://github.com/python/python-docs-theme/pull/285
Original file line number Diff line number Diff line change 77 [GitHub Actions](https://github.com/python/python-docs-theme/actions)
88- Go to https://github.com/python/python-docs-theme/releases
99- Click "Draft a new release"
10- - Click "Choose a tag"
10+ - Click "Tag: Select tag"
1111- Type the next YYYY.MM version (no leading zero) and
12- select "**Create new tag: YYYY.MM** on publish"
12+ select "Create new tag"
13+ - Click "Create" for "YYYY.MM will be created on publish"
1314- Leave the "Release title" blank (it will be autofilled)
1415- Click "Generate release notes" and amend as required
1516- Click "Publish release"
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__ = "2025.12 "
14+ __version__ = "2026.2 "
1515
1616THEME_PATH = Path(__file__).resolve().parent
1717LOCALE_DIR = THEME_PATH / "locale"
You can’t perform that action at this time.
0 commit comments