Skip to content

Commit 4dbc102

Browse files
committed
Releasing v2023.5
1 parent 5646c93 commit 4dbc102

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

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+
520
`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_
621
--------------------------------------------------------------------------------
722

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
# project metadata
66
[project]
77
name = "python-docs-theme"
8-
version = "2023.3.1"
8+
version = "2023.5"
99
description = "The Sphinx theme for the CPython docs and related projects"
1010
readme = "README.rst"
1111
urls.Code = "https://github.com/python/python-docs-theme"

0 commit comments

Comments
 (0)