docs: Remove repeated word 'copyright'
Fixes #476 - credit to @chrillep and @adrienverge
This commit is contained in:
committed by
Adrien Vergé
parent
7d9c824b83
commit
34a4f76e8b
@@ -20,7 +20,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
project = APP_NAME
|
||||
copyright = __copyright__
|
||||
copyright = __copyright__.lstrip('Copyright ')
|
||||
|
||||
version = APP_VERSION
|
||||
release = APP_VERSION
|
||||
|
||||
Reference in New Issue
Block a user