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 97af1d6 commit 5c0d4dbCopy full SHA for 5c0d4db
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
@@ -46,7 +47,8 @@
46
47
48
# General information about the project.
49
project = "Adafruit BLE_BerryMed_Pulse_Oximeter Library"
-copyright = "2020 Dan Halbert for Adafruit Industries"
50
+current_year = str(datetime.datetime.now().year)
51
+copyright = current_year + " Dan Halbert for Adafruit Industries"
52
author = "Dan Halbert"
53
54
# The version info for the project you're documenting, acts as replacement for
0 commit comments