We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba5532 commit 722424eCopy full SHA for 722424e
Doc/conf.py
@@ -64,10 +64,7 @@
64
65
# General substitutions.
66
project = 'Python'
67
-if sphinx.version_info[:2] >= (8, 1):
68
- copyright = "2001-%Y, Python Software Foundation"
69
-else:
70
- copyright = f"2001-{time.strftime('%Y')}, Python Software Foundation"
+copyright = "2001-%Y, Python Software Foundation"
71
72
# We look for the Include/patchlevel.h file in the current Python source tree
73
# and replace the values accordingly.
0 commit comments