|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +`2023.7 <https://github.com/python/python-docs-theme/releases/tag/v2023.7>`_ |
| 6 | +---------------------------------------------------------------------------- |
| 7 | + |
| 8 | +- Fix compatability with Sphinx 7.1 (#137) |
| 9 | + Contributed by Pradyun Gedam |
| 10 | +- Enable the slash keypress to focus the search field (#141) |
| 11 | + Contributed by Mike Fiedler |
| 12 | +- Sphinx 6.2 fix: add ``nav.contents`` where ``div.topic`` is used (#138) |
| 13 | + Contributed by Hugo van Kemenade |
| 14 | +- Dark mode: fix contrast for C++ specific styling (#133) |
| 15 | + Contributed by Hugo van Kemenade |
| 16 | +- Don't let long code literals extend beyond the right side of the screen (#139) |
| 17 | + Contributed by Hugo van Kemenade |
| 18 | +- Test with Python 3.12 (#140) |
| 19 | + Contributed by Hugo van Kemenade |
| 20 | + |
5 | 21 | `2023.5 <https://github.com/python/python-docs-theme/releases/tag/v2023.5>`_ |
6 | 22 | ---------------------------------------------------------------------------- |
7 | 23 |
|
8 | 24 | - Add a dark theme. (#44) |
9 | | - Contributed by Nils K |
| 25 | + Contributed by Nils K |
10 | 26 | - Fix: Remove searchbox id from form. (fixes #117) |
11 | | - Contributed by Nils K |
| 27 | + Contributed by Nils K |
12 | 28 | - Update ``python-docs-theme`` to work with Sphinx 5 & 6. (#99 & #127) |
13 | | - Contributed by Adam Turner |
| 29 | + Contributed by Adam Turner |
14 | 30 | - Override font for ``.sig`` for consistency with other code blocks. (#121) |
15 | | - Contributed by Chris Warrick |
| 31 | + Contributed by Chris Warrick |
16 | 32 | - Dark mode: add class to invert image brightness. (#128) |
17 | | - Contributed by Hugo van Kemenade |
| 33 | + Contributed by Hugo van Kemenade |
18 | 34 |
|
19 | 35 |
|
20 | 36 | `2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_ |
@@ -44,27 +60,27 @@ Changelog |
44 | 60 | ----------------------------------------------------------------------------------- |
45 | 61 |
|
46 | 62 | - Fix monospace again, on buggy Google Chrome (#87) |
47 | | - Contributed by Tushar Sadhwani |
| 63 | + Contributed by Tushar Sadhwani |
48 | 64 |
|
49 | 65 |
|
50 | 66 | `2021.11 <https://github.com/python/python-docs-theme/releases/tag/v2021.11>`_ |
51 | 67 | ------------------------------------------------------------------------------- |
52 | 68 |
|
53 | 69 | - Fix monospace on buggy Google Chrome (#85) |
54 | | - Contributed by Tushar Sadhwani |
| 70 | + Contributed by Tushar Sadhwani |
55 | 71 |
|
56 | 72 |
|
57 | 73 | `2021.8 <https://github.com/python/python-docs-theme/releases/tag/v2021.8>`_ |
58 | 74 | ------------------------------------------------------------------------------ |
59 | 75 |
|
60 | 76 | - Add the copyright_url variable in the theme (#67) |
61 | | - Contributed by jablonskidev |
| 77 | + Contributed by jablonskidev |
62 | 78 | - Improve readability (#79) |
63 | | - Contributed by Olga Bulat |
| 79 | + Contributed by Olga Bulat |
64 | 80 | - Remove #searchbox on mobile to fix a layout bug (#76) |
65 | | - Contributed by Olga Bulat |
| 81 | + Contributed by Olga Bulat |
66 | 82 | - Fix the appearance of version/language selects (#74) |
67 | | - Contributed by Olga Bulat |
| 83 | + Contributed by Olga Bulat |
68 | 84 |
|
69 | 85 |
|
70 | 86 | `2021.5 <https://github.com/python/python-docs-theme/releases/tag/v2021.5>`_ |
|
0 commit comments