Skip to content

Commit e69c288

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

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
@@ -22,6 +22,7 @@
2222
#
2323
import os
2424
import sys
25+
import datetime
2526

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

@@ -77,6 +78,7 @@
7778

7879
# General information about the project.
7980
project = "Adafruit's DS3231 RTC Library"
81+
current_year = str(datetime.datetime.now().year)
8082
copyright = "2016, Philip Moyer"
8183
author = "Philip Moyer"
8284

0 commit comments

Comments
 (0)