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 2f8ac33 commit 206a8aeCopy full SHA for 206a8ae
conf.py
@@ -15,6 +15,7 @@
15
16
import sys
17
import os
18
+import datetime
19
20
import coalib
21
@@ -51,7 +52,8 @@
51
52
53
# General information about the project.
54
project = 'coala'
-copyright = '2017, The coala Developers'
55
+year = datetime.datetime.now().year
56
+copyright = str(year) + ", The coala Developers"
57
author = 'The coala Developers'
58
59
# The version info for the project you're documenting, acts as replacement for
0 commit comments