Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb2b77e

Browse files
authored
Merge pull request#142 from hugovk/2023-.7-changelog
Add changelog for 2023.7 and bump version in pyproject.toml
2 parentsc98e976 +ac97b76 commitdb2b77e

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

‎CHANGELOG.rst

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,35 @@
22
Changelog
33
=========
44

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+
521
`2023.5<https://github.com/python/python-docs-theme/releases/tag/v2023.5>`_
622
----------------------------------------------------------------------------
723

824
- Add a dark theme. (#44)
9-
Contributed by Nils K
25+
Contributed by Nils K
1026
- Fix: Remove searchbox id from form. (fixes #117)
11-
Contributed by Nils K
27+
Contributed by Nils K
1228
- Update ``python-docs-theme`` to work with Sphinx 5 & 6. (#99 & #127)
13-
Contributed by Adam Turner
29+
Contributed by Adam Turner
1430
- Override font for ``.sig`` for consistency with other code blocks. (#121)
15-
Contributed by Chris Warrick
31+
Contributed by Chris Warrick
1632
- Dark mode: add class to invert image brightness. (#128)
17-
Contributed by Hugo van Kemenade
33+
Contributed by Hugo van Kemenade
1834

1935

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

4662
- Fix monospace again, on buggy Google Chrome (#87)
47-
Contributed by Tushar Sadhwani
63+
Contributed by Tushar Sadhwani
4864

4965

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

5369
- Fix monospace on buggy Google Chrome (#85)
54-
Contributed by Tushar Sadhwani
70+
Contributed by Tushar Sadhwani
5571

5672

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

6076
- Add the copyright_url variable in the theme (#67)
61-
Contributed by jablonskidev
77+
Contributed by jablonskidev
6278
- Improve readability (#79)
63-
Contributed by Olga Bulat
79+
Contributed by Olga Bulat
6480
- Remove #searchbox on mobile to fix a layout bug (#76)
65-
Contributed by Olga Bulat
81+
Contributed by Olga Bulat
6682
- Fix the appearance of version/language selects (#74)
67-
Contributed by Olga Bulat
83+
Contributed by Olga Bulat
6884

6985

7086
`2021.5<https://github.com/python/python-docs-theme/releases/tag/v2021.5>`_

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
# project metadata
66
[project]
77
name ="python-docs-theme"
8-
version ="2023.5"
8+
version ="2023.7"
99
description ="The Sphinx theme for the CPython docs and related projects"
1010
readme ="README.rst"
1111
urls.Code ="https://github.com/python/python-docs-theme"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp