Keep copyright up to date in documentation

This commit is contained in:
Alec Delaney 2022-08-22 21:36:31 -04:00
parent 5f823a4c9b
commit fa916615af

View file

@ -7,6 +7,7 @@
import os
import sys
import datetime
sys.path.insert(0, os.path.abspath(".."))
@ -48,7 +49,8 @@ master_doc = "index"
# General information about the project.
project = "Adafruit PN532 Library"
copyright = "2018 ladyada"
current_year = str(datetime.datetime.now().year)
copyright = current_year + " ladyada"
author = "ladyada"
# The version info for the project you're documenting, acts as replacement for