We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9a736 commit cae3f16Copy full SHA for cae3f16
doc/source/conf.py
@@ -162,7 +162,7 @@
162
# General information about the project.
163
project = "pandas"
164
# We have our custom "pandas_footer.html" template, using copyright for the current year
165
-copyright = f"{datetime.now().year}"
+copyright = f"{datetime.now().year},"
166
167
# The version info for the project you're documenting, acts as replacement for
168
# |version| and |release|, also used in various other places throughout the
0 commit comments