Skip to content

Commit 77cad90

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent 62170c2 commit 77cad90

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

@@ -58,6 +59,7 @@
5859

5960
# General information about the project.
6061
project = "Adafruit PCF8523 RTC Library"
62+
current_year = str(datetime.datetime.now().year)
6163
copyright = "2016, Philip Moyer"
6264
author = "Philip Moyer"
6365

0 commit comments

Comments
 (0)