Skip to content

Commit 722424e

Browse files
committed
post-merge
1 parent eba5532 commit 722424e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@
6464

6565
# General substitutions.
6666
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"
67+
copyright = "2001-%Y, Python Software Foundation"
7168

7269
# We look for the Include/patchlevel.h file in the current Python source tree
7370
# and replace the values accordingly.

0 commit comments

Comments
 (0)