File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- =========
21Changelog
32=========
43
4+ `2024.2 <https://github.com/python/python-docs-theme/releases/tag/v2024.2 >`_
5+ ----------------------------------------------------------------------------
6+
7+ - Do not underline navigation links (#169)
8+ Contributed by Hugo van Kemenade
9+ - Only apply underline offset to code formatting for underline visibility (#171)
10+ Contributed by Hugo van Kemenade
11+
512`2024.1 <https://github.com/python/python-docs-theme/releases/tag/v2024.1 >`_
613----------------------------------------------------------------------------
714
815- Underline links for readability and a11y (#160, #166)
9- Contributed by Hugo van Kemenade
16+ Contributed by Hugo van Kemenade
1017- Add ``hosted_on `` variable for a link in the footer (#165)
11- Contributed by Hugo van Kemenade
18+ Contributed by Hugo van Kemenade
1219- Consistently reference ``theme_root_icon `` (#163)
13- Contributed by Marko Budiselic
20+ Contributed by Marko Budiselic
1421- Dark mode: fix contrast of footer highlight (#162)
15- Contributed by Hugo van Kemenade
22+ Contributed by Hugo van Kemenade
1623
1724`2023.9 <https://github.com/python/python-docs-theme/releases/tag/v2023.9 >`_
1825----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " python-docs-theme"
9- version = " 2024.1 "
9+ version = " 2024.2 "
1010description = " The Sphinx theme for the CPython docs and related projects"
1111readme = " README.rst"
1212license.file = " LICENSE"
You can’t perform that action at this time.
0 commit comments