@@ -5,17 +5,17 @@ Changelog
5
5
`2023.7 <https://github.com/python/python-docs-theme/releases/tag/v2023.7 >`_
6
6
----------------------------------------------------------------------------
7
7
8
- -Do not append asset hashes on Sphinx 7.1+ (#137)
8
+ -Fix compatability with Sphinx 7.1 (#137)
9
9
Contributed by Pradyun Gedam
10
- -Use correct block, enable built-in slash keypress (#141)
10
+ -Enable the slash keypress to focus the search field (#141)
11
11
Contributed by Mike Fiedler
12
- - Sphinx 6.2 fix: add ``nav.contents `` wherethat ``div.topic `` is used (#138)
12
+ - Sphinx 6.2 fix: add ``nav.contents `` where ``div.topic `` is used (#138)
13
13
Contributed by Hugo van Kemenade
14
14
- Dark mode: fix contrast for C++ specific styling (#133)
15
15
Contributed by Hugo van Kemenade
16
16
- Don't let long code literals extend beyond the right side of the screen (#139)
17
17
Contributed by Hugo van Kemenade
18
- - Test3.12 branch, now ` main ` is 3.13 (#140)
18
+ - Testwith Python 3.12 (#140)
19
19
Contributed by Hugo van Kemenade
20
20
21
21
`2023.5 <https://github.com/python/python-docs-theme/releases/tag/v2023.5 >`_