Skip to content

Commit

Permalink
Prepare 2024.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 21, 2024
1 parent 540a95c commit d9136c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

`2024.3 <https://github.com/python/python-docs-theme/releases/tag/v2024.3>`_
----------------------------------------------------------------------------

- Modernise font: use system font stack to improve text readability and webpage performance (#174)
Contributed by Hugo van Kemenade
- Remove incorrect CSS property (#178)
Contributed by Kerim Kabirov

`2024.2 <https://github.com/python/python-docs-theme/releases/tag/v2024.2>`_
----------------------------------------------------------------------------

Expand Down Expand Up @@ -40,7 +48,7 @@ Changelog
`2023.7 <https://github.com/python/python-docs-theme/releases/tag/v2023.7>`_
----------------------------------------------------------------------------

- Fix compatability with Sphinx 7.1 (#137)
- Fix compatibility with Sphinx 7.1 (#137)
Contributed by Pradyun Gedam
- Enable the slash keypress to focus the search field (#141)
Contributed by Mike Fiedler
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "python-docs-theme"
version = "2024.2"
version = "2024.3"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.rst"
license.file = "LICENSE"
Expand Down

0 comments on commit d9136c6

Please sign in to comment.