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 60b80f6 + 81f85cb commit 2ee66b4Copy full SHA for 2ee66b4
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
import shlex
@@ -50,8 +51,9 @@
50
51
master_doc = "index"
52
53
# General information about the project.
54
+current_year = datetime.datetime.now().year
55
project = "Ciw"
-copyright = "2015, Geraint Palmer"
56
+copyright = f"{current_year}, Geraint Palmer"
57
author = "Geraint Palmer"
58
59
# The version info for the project you're documenting, acts as replacement for
0 commit comments