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 01a708f commit 40a3b91Copy full SHA for 40a3b91
docs/source/conf.py
@@ -19,6 +19,7 @@
19
# import os
20
# import sys
21
# sys.path.insert(0, os.path.abspath('.'))
22
+from datetime import datetime
23
24
25
# -- General configuration ------------------------------------------------
@@ -55,7 +56,7 @@
55
56
57
# General information about the project.
58
project = u'rfc3986'
-copyright = u'2017, Ian Stapleton Cordasco'
59
+copyright = u'{}, Ian Stapleton Cordasco'.format(datetime.now().year)
60
author = u'Ian Stapleton Cordasco'
61
62
# The version info for the project you're documenting, acts as replacement for
0 commit comments