Skip to content

Commit 0fd9624

Browse files
committed
chore: minor changes
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 7a53fe6 commit 0fd9624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ def setup(app):
9191
# Project information
9292
project = 'Google sync add-on'
9393
author = 'ale5000'
94-
copyright = '2016-2019, 2021-%Y ale5000'
94+
project_copyright = '2016-2019, 2021-%Y ale5000'
9595
release = get_version()
9696
version = release
9797

9898
revision = get_revision()
9999
if revision:
100-
copyright += f" | Revision: {revision}"
100+
project_copyright += f" | Revision: {revision}"
101101

102102
# General configuration
103103
needs_sphinx = '8.1'

0 commit comments

Comments
 (0)