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 9ead38b commit 4e82959Copy full SHA for 4e82959
docs/conf.py
@@ -6,6 +6,7 @@
6
7
import os
8
import sys
9
+import datetime
10
11
sys.path.insert(0, os.path.abspath(".."))
12
@@ -43,7 +44,8 @@
43
44
45
# General information about the project.
46
project = "Adafruit WS2801 Library"
-copyright = "2018 Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
47
+current_year = str(datetime.datetime.now().year)
48
+copyright = current_year + " Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
49
author = "Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
50
51
# The version info for the project you're documenting, acts as replacement for
0 commit comments