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 b433743 commit 4284fa0Copy full SHA for 4284fa0
docs/conf.py
@@ -43,7 +43,8 @@
43
44
# General information about the project.
45
project = "Adafruit PCA9685 Library"
46
-copyright = "2016 Radomir Dopieralski, 2017 Scott Shawcroft"
+current_year = str(datetime.datetime.now().year)
47
+copyright = current_year + " Radomir Dopieralski, Scott Shawcroft"
48
author = "Radomir Dopieralski"
49
50
# The version info for the project you're documenting, acts as replacement for
0 commit comments