Skip to content

Commit f517610

Browse files
committed
Bump docs to 2014
1 parent 89ce8a0 commit f517610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os
14+
import sys, os, datetime
1515

1616
# If extensions (or modules to document with autodoc) are in another directory,
1717
# add these directories to sys.path here. If the directory is relative to the
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'raven-js'
44-
copyright = u'2013, Matt Robenolt'
44+
copyright = u'%s, Matt Robenolt' % datetime.date.today().year
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)