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 f6216c0 commit f77d0e2Copy full SHA for f77d0e2
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
@@ -35,7 +36,8 @@
35
36
37
# General information about the project.
38
project = "Adafruit WAVEFORM Library"
-copyright = "2017 Scott Shawcroft"
39
+current_year = str(datetime.datetime.now().year)
40
+copyright = current_year + " Scott Shawcroft"
41
author = "Scott Shawcroft"
42
43
# The version info for the project you're documenting, acts as replacement for
0 commit comments