Skip to content

Commit 097bb06

Browse files
committed
Releasing v2023.4
1 parent aaca238 commit 097bb06

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.4"
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)