Skip to content

Commit f4e2618

Browse files
committed
automate copyright year information
1 parent 52f5da6 commit f4e2618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ def install(package):
101101

102102
# General information about the project.
103103
project = u'QuantEcon'
104-
copyright = u'2014, QuantEcon Developer Team'
104+
year = datetime.now().year
105+
copyright = f'2008-{year}, QuantEcon Developer Team'
105106

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

0 commit comments

Comments
 (0)