File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ `2024.3 <https://github.com/python/python-docs-theme/releases/tag/v2024.3 >`_
5+ ----------------------------------------------------------------------------
6+
7+ - Modernise font: use system font stack to improve text readability and webpage performance (#174)
8+ Contributed by Hugo van Kemenade
9+ - Remove incorrect CSS property (#178)
10+ Contributed by Kerim Kabirov
11+
412`2024.2 <https://github.com/python/python-docs-theme/releases/tag/v2024.2 >`_
513----------------------------------------------------------------------------
614
@@ -40,7 +48,7 @@ Changelog
4048`2023.7 <https://github.com/python/python-docs-theme/releases/tag/v2023.7 >`_
4149----------------------------------------------------------------------------
4250
43- - Fix compatability with Sphinx 7.1 (#137)
51+ - Fix compatibility with Sphinx 7.1 (#137)
4452 Contributed by Pradyun Gedam
4553- Enable the slash keypress to focus the search field (#141)
4654 Contributed by Mike Fiedler
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.2 "
9+ version = " 2024.3 "
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