From d0a8972323a8b38e2fbceaa736301b00e0205815 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 17 Apr 2023 11:36:05 +0200 Subject: [PATCH] Releasing v2023.4 --- CHANGELOG.rst | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d06040d..54d009f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ========= +`2023.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 `_ -------------------------------------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f0296e5..1253961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"