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 a891f89 commit 382241fCopy full SHA for 382241f
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
@@ -55,7 +56,8 @@
55
56
57
# General information about the project.
58
project = "Adafruit ServoKit Library"
-copyright = "2018 Kattni Rembor"
59
+current_year = str(datetime.datetime.now().year)
60
+copyright = current_year + " Kattni Rembor"
61
author = "Kattni Rembor"
62
63
# The version info for the project you're documenting, acts as replacement for
0 commit comments