Skip to content

Commit ff13e5e

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent 71bad43 commit ff13e5e

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
@@ -6,6 +6,7 @@
66

77
import os
88
import sys
9+
import datetime
910

1011
sys.path.insert(0, os.path.abspath(".."))
1112

@@ -45,6 +46,7 @@
4546

4647
# General information about the project.
4748
project = "Adafruit MAX7219 Library"
49+
current_year = str(datetime.datetime.now().year)
4850
copyright = "2017, Adafruit CiruitPython and Bundle contributors"
4951
author = "Michael McWethy"
5052

0 commit comments

Comments
 (0)