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 ee5596f commit 6554f15Copy full SHA for 6554f15
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
@@ -44,7 +45,8 @@
44
45
46
# General information about the project.
47
project = "Adafruit MS8607 Library"
-copyright = "2020 Bryan Siepert"
48
+current_year = str(datetime.datetime.now().year)
49
+copyright = current_year + " Bryan Siepert"
50
author = "Bryan Siepert"
51
52
# The version info for the project you're documenting, acts as replacement for
0 commit comments