Skip to content

Commit 4284fa0

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent b433743 commit 4284fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343

4444
# General information about the project.
4545
project = "Adafruit PCA9685 Library"
46-
copyright = "2016 Radomir Dopieralski, 2017 Scott Shawcroft"
46+
current_year = str(datetime.datetime.now().year)
47+
copyright = current_year + " Radomir Dopieralski, Scott Shawcroft"
4748
author = "Radomir Dopieralski"
4849

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

0 commit comments

Comments
 (0)