docs: use project_copyright alias (#1110)
This commit is contained in:
@@ -23,7 +23,7 @@ root_dir = os.path.dirname(source_dir) # the root folder directory
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
project = 'Sunshine'
|
project = 'Sunshine'
|
||||||
copyright = f'{datetime.now ().year}, {project}'
|
project_copyright = f'{datetime.now ().year}, {project}'
|
||||||
author = 'ReenigneArcher'
|
author = 'ReenigneArcher'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
|
|||||||
Reference in New Issue
Block a user