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 2e9c577 commit d8eef93Copy full SHA for d8eef93
docs/conf.py
@@ -81,7 +81,7 @@
81
# General information about the project.
82
project = "Adafruit's CCS811 Library"
83
current_year = str(datetime.datetime.now().year)
84
-copyright = "2016, Dean Miller, Scott Shawcroft"
+copyright = current_year + " Dean Miller, Scott Shawcroft"
85
author = "Dean Miller, Scott Shawcroft"
86
87
# The version info for the project you're documenting, acts as replacement for
0 commit comments