Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

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

- Underline links for readability and a11y (#160, #166)
Contributed by Hugo van Kemenade
- Add ``hosted_on`` variable for a link in the footer (#165)
Contributed by Hugo van Kemenade
- Consistently reference ``theme_root_icon`` (#163)
Contributed by Marko Budiselic
- Dark mode: fix contrast of footer highlight (#162)
Contributed by Hugo van Kemenade

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

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 = "2023.9"
version = "2024.1"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.rst"
license.file = "LICENSE"
Expand Down