Releases: python/python-docs-theme
Releases · python/python-docs-theme
2024.10
What's Changed
- Add support for Python 3.13 by @hugovk in #196
- Drop support for Python 3.8 by @hugovk in #197
- Add script for handling translations by @rffontenelle in #195
- Generate digital attestations for PyPI (PEP 740) by @hugovk in #198
New Contributors
- @rffontenelle made their first contribution in #195
Full Changelog: 2024.6...2024.10
2024.6
2024.4
2024.3
What's Changed
- Modernise font: use system font stack to improve text readability and webpage performance by @hugovk in #176
- Remove incorrect CSS property by @Privat33r-dev in #178
- Don't test theme on 3.8 and 3.9 branches by @hugovk in #177
New Contributors
- @Privat33r-dev made their first contribution in #178
Full Changelog: 2024.2...2024.3
2024.2
2024.1
What's Changed
- Underline links for readability and a11y by @hugovk in #160 and #166
- Add
hosted_on
variable for a link in the footer by @hugovk in #165 - Consistently reference
theme_root_icon
by @mbudisic in #163 - Dark mode: fix contrast of footer highlight by @hugovk in #162
New Contributors
Full Changelog: 2023.9...2024.1
2023.9
2023.8
2023.7
2023.7
- Sphinx 7.1: fix compatibility (#137)
Contributed by Pradyun Gedam - Enable the slash keypress to focus the search field (#141)
Contributed by Mike Fiedler - Sphinx 6.2 fix: add
nav.contents
wherediv.topic
is used (#138)
Contributed by Hugo van Kemenade - Dark mode: fix contrast for C++ specific styling (#133)
Contributed by Hugo van Kemenade - Don't let long code literals extend beyond the right side of the screen (#139)
Contributed by Hugo van Kemenade - Test with Python 3.12 (#140)
Contributed by Hugo van Kemenade