Skip to content

Commit 382241f

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent a891f89 commit 382241f

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

@@ -55,7 +56,8 @@
5556

5657
# General information about the project.
5758
project = "Adafruit ServoKit Library"
58-
copyright = "2018 Kattni Rembor"
59+
current_year = str(datetime.datetime.now().year)
60+
copyright = current_year + " Kattni Rembor"
5961
author = "Kattni Rembor"
6062

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

0 commit comments

Comments
 (0)