Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add changelog for 2023.7
  • Loading branch information
hugovk committed Jul 30, 2023
commit 83d1b698bcc18c1c5015ecf87a3ef702ca7091c4
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
=========

`2023.7 <https://github.com/python/python-docs-theme/releases/tag/v2023.7>`_
----------------------------------------------------------------------------

- Do not append asset hashes on Sphinx 7.1+ (#137)
Contributed by Pradyun Gedam
- Use correct block, enable built-in slash keypress (#141)
Contributed by Mike Fiedler
- Sphinx 6.2 fix: add ``nav.contents`` where that ``div.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 3.12 branch, now `main` is 3.13 (#140)
Contributed by Hugo van Kemenade

`2023.5 <https://github.com/python/python-docs-theme/releases/tag/v2023.5>`_
----------------------------------------------------------------------------

Expand Down