We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53fe6 commit 0fd9624Copy full SHA for 0fd9624
docs/conf.py
@@ -91,13 +91,13 @@ def setup(app):
91
# Project information
92
project = 'Google sync add-on'
93
author = 'ale5000'
94
-copyright = '2016-2019, 2021-%Y ale5000'
+project_copyright = '2016-2019, 2021-%Y ale5000'
95
release = get_version()
96
version = release
97
98
revision = get_revision()
99
if revision:
100
- copyright += f" | Revision: {revision}"
+ project_copyright += f" | Revision: {revision}"
101
102
# General configuration
103
needs_sphinx = '8.1'
0 commit comments