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 0b95d85 commit 6bd8370Copy full SHA for 6bd8370
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
@@ -50,7 +51,8 @@
50
51
52
# General information about the project.
53
project = "Adafruit SGP40 Library"
-copyright = "2020 Bryan Siepert"
54
+current_year = str(datetime.datetime.now().year)
55
+copyright = current_year + " Bryan Siepert"
56
author = "Bryan Siepert"
57
58
# The version info for the project you're documenting, acts as replacement for
0 commit comments