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 4e82959 commit 6ee2704Copy full SHA for 6ee2704
docs/conf.py
@@ -45,7 +45,9 @@
45
# General information about the project.
46
project = "Adafruit WS2801 Library"
47
current_year = str(datetime.datetime.now().year)
48
-copyright = current_year + " Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
+copyright = (
49
+ current_year + " Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
50
+)
51
author = "Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters"
52
53
# The version info for the project you're documenting, acts as replacement for
0 commit comments