Keep copyright up to date in documentation

This commit is contained in:
Alec Delaney 2022-08-22 21:36:31 -04:00
parent d9c12f3ee0
commit ffddd8629c

View file

@ -6,6 +6,7 @@
import os
import sys
import datetime
sys.path.insert(0, os.path.abspath(".."))
@ -45,7 +46,8 @@ master_doc = "index"
# General information about the project.
project = "Adafruit CircuitPython SSD1680 Library"
copyright = "2021 Melissa LeBlanc-Williams"
current_year = str(datetime.datetime.now().year)
copyright = current_year + " Melissa LeBlanc-Williams"
author = "Melissa LeBlanc-Williams"
# The version info for the project you're documenting, acts as replacement for