8000
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.
2 parents 030157c + a23d540 commit db5fb66Copy full SHA for db5fb66
doc/conf.py
@@ -17,6 +17,8 @@
17
import matplotlib
18
import sphinx
19
20
+from datetime import datetime
21
+
22
if sys.version_info < (3, 0, 0):
23
print("You're using python 2.x, conf.py works with python3+ only.")
24
exit()
@@ -174,7 +176,7 @@ def _check_dependencies():
174
176
project = 'Matplotlib'
175
177
copyright = ('2002 - 2012 John Hunter, Darren Dale, Eric Firing, '
178
'Michael Droettboom and the Matplotlib development '
- 'team; 2012 - 2018 The Matplotlib development team')
179
+ f'team; 2012 - {datetime.now().year} The Matplotlib development team')
180
181
182
# The default replacements for |version| and |release|, also used in various
0 commit comments