mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
✍ Update Copyright Year for docs
This commit is contained in:
parent
ce40e894d0
commit
eba86625b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user