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 a5ce139 commit 9c37cb6Copy full SHA for 9c37cb6
docs/conf.py
@@ -11,6 +11,7 @@
11
# serve to show the default.
12
13
import sys
14
+from datetime import date
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
@@ -40,7 +41,7 @@
40
41
42
# General information about the project.
43
project = u'Swift'
-copyright = u'2015, Apple Inc'
44
+copyright = unicode(date.today().year) + u', Apple Inc'
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