We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1263d47 commit 259337aCopy full SHA for 259337a
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
@@ -48,7 +49,8 @@
48
49
50
# General information about the project.
51
project = "Adafruit AzureIoT Library"
-copyright = "2019 Brent Rubell, Jim Bennett, Elena Horton"
52
+current_year = str(datetime.datetime.now().year)
53
+copyright = current_year + " Brent Rubell, Jim Bennett, Elena Horton"
54
author = "Brent Rubell, Jim Bennett, Elena Horton"
55
56
# The version info for the project you're documenting, acts as replacement for
0 commit comments