Skip to content

Commit eecfc51

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent 1ea6f32 commit eecfc51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import os
88
import sys
9+
import datetime
910

1011
sys.path.insert(0, os.path.abspath(".."))
1112
sys.path.insert(0, os.path.abspath("mocks"))
@@ -57,7 +58,8 @@
5758

5859
# General information about the project.
5960
project = "Adafruit CircuitPlayground Library"
60-
copyright = "2017 Scott Shawcroft"
61+
current_year = str(datetime.datetime.now().year)
62+
copyright = current_year + " Scott Shawcroft"
6163
author = "Scott Shawcroft"
6264

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

0 commit comments

Comments
 (0)