Keep copyright up to date in documentation

This commit is contained in:
Alec Delaney 2022-08-22 21:36:33 -04:00
parent 86262484f8
commit f0e851185b

View file

@ -6,6 +6,7 @@
import os
import sys
import datetime
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("mocks"))
@ -58,7 +59,8 @@ master_doc = "index"
# General information about the project.
project = "Adafruit PyBadger Library"
copyright = "2019 Kattni Rembor"
current_year = str(datetime.datetime.now().year)
copyright = current_year + " Kattni Rembor"
author = "Kattni Rembor"
# The version info for the project you're documenting, acts as replacement for