Skip to content

Commit d8eef93

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent 2e9c577 commit d8eef93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# General information about the project.
8282
project = "Adafruit's CCS811 Library"
8383
current_year = str(datetime.datetime.now().year)
84-
copyright = "2016, Dean Miller, Scott Shawcroft"
84+
copyright = current_year + " Dean Miller, Scott Shawcroft"
8585
author = "Dean Miller, Scott Shawcroft"
8686

8787
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)