Skip to content

Commit 6ddafef

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent d35eb9f commit 6ddafef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#
2222
import os
2323
import sys
24+
import datetime
2425

2526
sys.path.insert(0, os.path.abspath(".."))
2627

@@ -62,6 +63,7 @@
6263

6364
# General information about the project.
6465
project = "Adafruit DS1307 Library"
66+
current_year = str(datetime.datetime.now().year)
6567
copyright = "2016, Philip Moyer and Adafruit Industries"
6668
author = "Philip Moyer"
6769

0 commit comments

Comments
 (0)