Keep copyright up to date in documentation
This commit is contained in:
parent
233af4cbf9
commit
be885a6b92
1 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
import datetime
|
||||
|
||||
sys.path.insert(0, os.path.abspath(".."))
|
||||
|
||||
|
|
@ -37,7 +38,8 @@ master_doc = "index"
|
|||
|
||||
# General information about the project.
|
||||
project = "Adafruit CircuitPython DotStar Library"
|
||||
copyright = "2017 Scott Shawcroft, Limor Fried & Damien P. George"
|
||||
current_year = str(datetime.datetime.now().year)
|
||||
copyright = current_year + " Scott Shawcroft, Limor Fried & Damien P. George"
|
||||
author = "Scott Shawcroft, Limor Fried & Damien P. George"
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
|
|
|||
Loading…
Reference in a new issue