8000 [3.12] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) by miss-islington · Pull Request #129038 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) #129038

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 2 commits into from
Jan 20, 2025
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
Prev Previous commit
post-merge
  • Loading branch information
AA-Turner committed Jan 20, 2025
commit 87854e5395f5ad6dc3fd2c89294b0873f171886b
5 changes: 1 addition & 4 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@

# General substitutions.
project = 'Python'
if sphinx.version_info[:2] >= (8, 1):
copyright = "2001-%Y, Python Software Foundation"
else:
copyright = f"2001-{time.strftime('%Y')}, Python Software Foundation"
copyright = "2001-%Y, Python Software Foundation"

# We look for the Include/patchlevel.h file in the current Python source tree
# and replace the values accordingly.
Expand Down
Loading
0