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 52f5da6 commit f4e2618Copy full SHA for f4e2618
docs/source/conf.py
@@ -101,7 +101,8 @@ def install(package):
101
102
# General information about the project.
103
project = u'QuantEcon'
104
-copyright = u'2014, QuantEcon Developer Team'
+year = datetime.now().year
105
+copyright = f'2008-{year}, QuantEcon Developer Team'
106
107
# The version info for the project you're documenting, acts as replacement for
108
# |version| and |release|, also used in various other places throughout the
0 commit comments