docs: use project_copyright alias (#1110)

This commit is contained in:
ReenigneArcher
2023-03-30 16:09:59 -04:00
committed by GitHub
parent 240266cc39
commit fd7760b553

View File

@@ -23,7 +23,7 @@ root_dir = os.path.dirname(source_dir) # the root folder directory
# -- Project information -----------------------------------------------------
project = 'Sunshine'
copyright = f'{datetime.now ().year}, {project}'
project_copyright = f'{datetime.now ().year}, {project}'
author = 'ReenigneArcher'
# The full version, including alpha/beta/rc tags