Skip to content

Commit aa4ae9f

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

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 AMG88xx Library"
66+
current_year = str(datetime.datetime.now().year)
6567
copyright = "2017, Dean Miller for Adafruit Industries"
6668
author = "Dean Miller"
6769

0 commit comments

Comments
 (0)