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 38b2a63 commit d550bffCopy full SHA for d550bff
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
@@ -36,7 +37,8 @@
36
37
38
# General information about the project.
39
project = "Adafruit am2320 Library"
-copyright = "2017 Limor Fried"
40
+current_year = str(datetime.datetime.now().year)
41
+copyright = current_year + " Limor Fried"
42
author = "Limor Fried"
43
44
# The version info for the project you're documenting, acts as replacement for
0 commit comments