From fd7760b5535f3baed818b45d6ae4b4e30738cd92 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:09:59 -0400 Subject: [PATCH] docs: use project_copyright alias (#1110) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 58bff26c..dd417ce4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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