Skip to content

Add changelog for 2023.7 and bump version in pyproject.toml #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
38 changes: 27 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,35 @@
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>`_
----------------------------------------------------------------------------

- Add a dark theme. (#44)
Contributed by Nils K
Contributed by Nils K
- Fix: Remove searchbox id from form. (fixes #117)
Contributed by Nils K
Contributed by Nils K
- Update ``python-docs-theme`` to work with Sphinx 5 & 6. (#99 & #127)
Contributed by Adam Turner
Contributed by Adam Turner
- Override font for ``.sig`` for consistency with other code blocks. (#121)
Contributed by Chris Warrick
Contributed by Chris Warrick
- Dark mode: add class to invert image brightness. (#128)
Contributed by Hugo van Kemenade
Contributed by Hugo van Kemenade


`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_
Expand Down Expand Up @@ -44,27 +60,27 @@ Changelog
-----------------------------------------------------------------------------------

- Fix monospace again, on buggy Google Chrome (#87)
Contributed by Tushar Sadhwani
Contributed by Tushar Sadhwani


`2021.11 <https://github.com/python/python-docs-theme/releases/tag/v2021.11>`_
-------------------------------------------------------------------------------

- Fix monospace on buggy Google Chrome (#85)
Contributed by Tushar Sadhwani
Contributed by Tushar Sadhwani


`2021.8 <https://github.com/python/python-docs-theme/releases/tag/v2021.8>`_
------------------------------------------------------------------------------

- Add the copyright_url variable in the theme (#67)
Contributed by jablonskidev
Contributed by jablonskidev
- Improve readability (#79)
Contributed by Olga Bulat
Contributed by Olga Bulat
- Remove #searchbox on mobile to fix a layout bug (#76)
Contributed by Olga Bulat
Contributed by Olga Bulat
- Fix the appearance of version/language selects (#74)
Contributed by Olga Bulat
Contributed by Olga Bulat


`2021.5 <https://github.com/python/python-docs-theme/releases/tag/v2021.5>`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
# project metadata
[project]
name = "python-docs-theme"
version = "2023.5"
version = "2023.7"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.rst"
urls.Code = "https://github.com/python/python-docs-theme"
Expand Down