We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a96bb commit 321bae6Copy full SHA for 321bae6
doc/source/conf.py
@@ -10,6 +10,7 @@
10
# All configuration values have a default; values that are commented out
11
# serve to show the default.
12
13
+from datetime import datetime
14
import importlib
15
import inspect
16
import logging
@@ -137,7 +138,7 @@
137
138
139
# General information about the project.
140
project = "pandas"
-copyright = "2008-2020, the pandas development team"
141
+copyright = f"2008-{datetime.now().year}, the pandas development team"
142
143
# The version info for the project you're documenting, acts as replacement for
144
# |version| and |release|, also used in various other places throughout the
0 commit comments