File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ `2023.5 <https://github.com/python/python-docs-theme/releases/tag/v2023.5 >`_
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 & #127)
13
+ Contributed by Adam Turner
14
+ - Override font for ``.sig `` for consistency with other code blocks. (#121)
15
+ Contributed by Chris Warrick
16
+ - Dark mode: add class to invert image brightness. (#128)
17
+ Contributed by Hugo van Kemenade
18
+
19
+
5
20
`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1 >`_
6
21
--------------------------------------------------------------------------------
7
22
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
# project metadata
6
6
[project ]
7
7
name = " python-docs-theme"
8
- version = " 2023.3.1 "
8
+ version = " 2023.5 "
9
9
description = " The Sphinx theme for the CPython docs and related projects"
10
10
readme = " README.rst"
11
11
urls.Code = " https://github.com/python/python-docs-theme"
You can’t perform that action at this time.
0 commit comments