File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ `2023.4 <https://github.com/python/python-docs-theme/releases/tag/v2023.4 >`_
6+ ----------------------------------------------------------------------------
7+
8+ - Add a dark theme. (#44)
9+ Contributed by Nils K
10+ - Fix: Remove searchbox id from form. (fixes #117)
11+ Contributed by Nils K
12+ - Update ``python-docs-theme `` to work with Sphinx 5 & 6. (#99)
13+ Contributed by Adam Turner
14+ - Override font for .sig for consistency with other code blocks. (#121)
15+ Contributed by Chris Warrick
16+
17+
518`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1 >`_
619--------------------------------------------------------------------------------
720
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55# project metadata
66[project ]
77name = " python-docs-theme"
8- version = " 2023.3.1 "
8+ version = " 2023.4 "
99description = " The Sphinx theme for the CPython docs and related projects"
1010readme = " README.rst"
1111urls.Code = " https://github.com/python/python-docs-theme"
You can’t perform that action at this time.
0 commit comments