✍ Update Copyright Year for docs

This commit is contained in:
ThePhD 2022-06-25 04:06:18 -04:00
parent ce40e894d0
commit eba86625b7
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -52,7 +52,7 @@ master_doc = 'index'
# General information about the project.
project = 'sol2'
copyright = '2021, ThePhD'
copyright = '2022, ThePhD'
author = 'ThePhD'
# The version info for the project you're documenting, acts as replacement for
@ -349,4 +349,4 @@ def generate_doxygen_xml(app):
def setup(app):
# Add hook for building doxygen xml when needed
app.connect("builder-inited", generate_doxygen_xml)
app.connect("builder-inited", generate_doxygen_xml)