Skip to content

Commit cae3f16

Browse files
DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH (pandas-dev#54653)
* DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH * DOC: address review comments
1 parent ee9a736 commit cae3f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
# General information about the project.
163163
project = "pandas"
164164
# We have our custom "pandas_footer.html" template, using copyright for the current year
165-
copyright = f"{datetime.now().year}"
165+
copyright = f"{datetime.now().year},"
166166

167167
# The version info for the project you're documenting, acts as replacement for
168168
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)