diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 2356ff35..b409d989 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -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) \ No newline at end of file + app.connect("builder-inited", generate_doxygen_xml)