There was an error while loading. Please reload this page.
1 parent ed01d0a commit 504e0f9Copy full SHA for 504e0f9
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
@@ -51,7 +52,8 @@
51
52
53
# General information about the project.
54
project = "Adafruit MAX31856 Library"
-copyright = "2018 Bryan Siepert"
55
+current_year = str(datetime.datetime.now().year)
56
+copyright = current_year + " Bryan Siepert"
57
author = "Bryan Siepert"
58
59
# The version info for the project you're documenting, acts as replacement for
0 commit comments