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+ ## [ 2025.12] ( https://github.com/python/python-docs-theme/releases/tag/2025.12 )
4+
5+ * Add support for green, red and yellow side borders for code examples by @hugovk in https://github.com/python/python-docs-theme/pull/285
6+ * Add Portuguese translation by @NyaPuma in https://github.com/python/python-docs-theme/pull/281
7+ * Add support for Python 3.15 by @hugovk in https://github.com/python/python-docs-theme/pull/282
8+ * Convert CHANGELOG and CONTRIBUTING from .rst to .md by @hugovk in https://github.com/python/python-docs-theme/pull/277
9+ * Add zizmor to CI and fix findings by @hugovk in https://github.com/python/python-docs-theme/pull/283
10+
311## [ 2025.10] ( https://github.com/python/python-docs-theme/releases/tag/2025.10 )
412
513* Add Romanian translation by @octaG-M in https://github.com/python/python-docs-theme/pull/272
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.10 "
14+ __version__ = "2025.12 "
1515
1616THEME_PATH = Path (__file__ ).resolve ().parent
1717LOCALE_DIR = THEME_PATH / "locale"
You can’t perform that action at this time.
0 commit comments