8000 [3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) by miss-islington · Pull Request #121993 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) #12 8000 1993

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 1 commit into from
Jul 19, 2024
Merged
Changes from all 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
GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986)
(cherry picked from commit 7dd52b6)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
AA-Turner authored and miss-islington committed Jul 18, 2024
commit a39f6bcc75b38082b70f2a801df327529c323abf
2 changes: 1 addition & 1 deletion Doc/conf.py
5A50
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
highlight_language = 'python3'

# Minimum version of sphinx required
needs_sphinx = '4.2'
needs_sphinx = '6.2.1'

# Create table of contents entries for domain objects (e.g. functions, classes,
# attributes, etc.). Default is True.
Expand Down
Loading
0