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 d5bad60 commit 6f1cbb0Copy full SHA for 6f1cbb0
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
@@ -42,7 +43,8 @@
42
43
44
# General information about the project.
45
project = "Adafruit MiniMQTT Library"
-copyright = "2019 Brent Rubell"
46
+current_year = str(datetime.datetime.now().year)
47
+copyright = current_year + " Brent Rubell"
48
author = "Brent Rubell"
49
50
# The version info for the project you're documenting, acts as replacement for
0 commit comments