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 89ce8a0 commit f517610Copy full SHA for f517610
docs/conf.py
@@ -11,7 +11,7 @@
11
# All configuration values have a default; values that are commented out
12
# serve to show the default.
13
14
-import sys, os
+import sys, os, datetime
15
16
# If extensions (or modules to document with autodoc) are in another directory,
17
# add these directories to sys.path here. If the directory is relative to the
@@ -41,7 +41,7 @@
41
42
# General information about the project.
43
project = u'raven-js'
44
-copyright = u'2013, Matt Robenolt'
+copyright = u'%s, Matt Robenolt' % datetime.date.today().year
45
46
# The version info for the project you're documenting, acts as replacement for
47
# |version| and |release|, also used in various other places throughout the
0 commit comments