Skip to content

Commit

Permalink
Releasing v2023.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Apr 29, 2023
1 parent aaca238 commit d0a8972
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

`2023.4 <https://github.com/python/python-docs-theme/releases/tag/v2023.4>`_
----------------------------------------------------------------------------

- Add a dark theme. (#44)
Contributed by Nils K
- Fix: Remove searchbox id from form. (fixes #117)
Contributed by Nils K
- Update ``python-docs-theme`` to work with Sphinx 5 & 6. (#99 & #127)
Contributed by Adam Turner
- Override font for ``.sig`` for consistency with other code blocks. (#121)
Contributed by Chris Warrick


`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
# project metadata
[project]
name = "python-docs-theme"
version = "2023.3.1"
version = "2023.4"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.rst"
urls.Code = "https://github.com/python/python-docs-theme"
Expand Down

0 comments on commit d0a8972

Please sign in to comment.