Skip to content

Commit aed058b

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

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

@@ -43,6 +44,7 @@
4344

4445
# General information about the project.
4546
project = "Adafruit PCF8563 RTC Library"
47+
current_year = str(datetime.datetime.now().year)
4648
copyright = "2016, Philip Moyer"
4749
author = "Philip Moyer"
4850

0 commit comments

Comments
 (0)