Skip to content

Commit 0e43a2e

Browse files
committed
Releasing v2023.4
1 parent 09d972d commit 0e43a2e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
15+
516
`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_
617
--------------------------------------------------------------------------------
718

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)