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 4533bd2 commit 0e04aaaCopy full SHA for 0e04aaa
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 BLE Library"
-copyright = "2019 Dan Halbert for Adafruit Industries"
48
+current_year = str(datetime.datetime.now().year)
49
+copyright = current_year + " Dan Halbert for Adafruit Industries"
50
author = "Dan Halbert"
51
52
# The version info for the project you're documenting, acts as replacement for
0 commit comments