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 405aaa6 commit 3dc960dCopy full SHA for 3dc960d
docs/conf.py
@@ -16,6 +16,7 @@
16
import sys
17
import sphinx_rtd_theme
18
from pathlib import Path
19
+from datetime import date
20
21
# If extensions (or modules to document with autodoc) are in another directory,
22
# add these directories to sys.path here. If the directory is relative to the
@@ -63,7 +64,7 @@
63
64
65
# General information about the project.
66
project = 'pycaching'
-copyright = '2015, pycaching contributors'
67
+copyright = '2015-{}, pycaching contributors'.format(date.today().year)
68
author = 'pycaching contributors'
69
70
# The version info for the project you're documenting, acts as replacement for
0 commit comments