docs: use project_copyright alias (#1110)
This commit is contained in:
parent
240266cc39
commit
fd7760b553
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue