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 3a2b4a4 + ccc7ad8 commit 2ab2c83Copy full SHA for 2ab2c83
docs/conf.py
@@ -12,6 +12,7 @@
12
# All configuration values have a default; values that are commented out
13
# serve to show the default.
14
15
+import datetime
16
import sys
17
import os
18
@@ -50,7 +51,8 @@
50
51
52
# General information about the project.
53
project = u'Django Debug Toolbar'
-copyright = u'2013, Django Debug Toolbar developers and contributors'
54
+copyright = u'{}, Django Debug Toolbar developers and contributors'
55
+copyright = copyright.format(datetime.date.today().year)
56
57
# The version info for the project you're documenting, acts as replacement for
58
# |version| and |release|, also used in various other places throughout the
0 commit comments