conf.py: cleanup
Change-Id: I15fb6d8af3bb1c9dc63ff2a17b0704276f8e69cb
This commit is contained in:
parent
86105b3d9e
commit
b88bf0d057
2
conf.py
2
conf.py
|
@ -14,7 +14,7 @@ from datetime import datetime
|
||||||
current_year = datetime.now().year
|
current_year = datetime.now().year
|
||||||
|
|
||||||
project = 'Jami'
|
project = 'Jami'
|
||||||
copyright = f'2018-{current_year} Savoir-faire Linux Inc. and contributors'
|
copyright = f'2018-{current_year} Savoir-faire Linux Inc. and contributors.'
|
||||||
author = 'Savoir-faire Linux Inc. and contributors'
|
author = 'Savoir-faire Linux Inc. and contributors'
|
||||||
html_baseurl = 'https://docs.jami.net'
|
html_baseurl = 'https://docs.jami.net'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue