We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5981c commit 6bff9efCopy full SHA for 6bff9ef
1 file changed
docs/source/conf.py
@@ -19,7 +19,6 @@
19
# import os
20
# import sys
21
# sys.path.insert(0, os.path.abspath('.'))
22
-from datetime import datetime
23
import rfc3986
24
25
@@ -57,7 +56,7 @@
57
56
58
# General information about the project.
59
project = u'rfc3986'
60
-copyright = u'{}, Ian Stapleton Cordasco'.format(datetime.now().year)
+copyright = u'2017, Ian Stapleton Cordasco'
61
author = u'Ian Stapleton Cordasco'
62
63
# The version info for the project you're documenting, acts as replacement for
0 commit comments