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 61ac988 commit 770a6d3Copy full SHA for 770a6d3
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
@@ -56,7 +57,8 @@
56
57
58
# General information about the project.
59
project = "Adafruit Slideshow Library"
-copyright = "2018 Kattni Rembor"
60
+current_year = str(datetime.datetime.now().year)
61
+copyright = current_year + " Kattni Rembor"
62
author = "Kattni Rembor"
63
64
# The version info for the project you're documenting, acts as replacement for
0 commit comments