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 ff13e5e commit a35f805Copy full SHA for a35f805
docs/conf.py
@@ -47,7 +47,7 @@
47
# General information about the project.
48
project = "Adafruit MAX7219 Library"
49
current_year = str(datetime.datetime.now().year)
50
-copyright = "2017, Adafruit CiruitPython and Bundle contributors"
+copyright = current_year + " Adafruit CiruitPython and Bundle contributors"
51
author = "Michael McWethy"
52
53
# The version info for the project you're documenting, acts as replacement for
0 commit comments