There was an error while loading. Please reload this page.
1 parent 69702dc commit afda503Copy full SHA for afda503
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 DRV2605 Library"
-copyright = "2017 Tony DiCola"
48
+current_year = str(datetime.datetime.now().year)
49
+copyright = current_year + " Tony DiCola"
50
author = "Tony DiCola"
51
52
# The version info for the project you're documenting, acts as replacement for
0 commit comments