Update conf.py

This commit is contained in:
lissyx 2021-07-30 20:50:45 +02:00 committed by GitHub
parent 9e67724d39
commit f606ac5753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ import semver
# -- Project information -----------------------------------------------------
project = u'DeepSpeech'
copyright = '2019-2020 Mozilla Corporation, 2020 DeepSpeech authors'
project = u'Mozilla DeepSpeech'
copyright = '2016-2020 Mozilla Corporation, 2020 DeepSpeech authors'
author = 'DeepSpeech authors'
with open('../VERSION', 'r') as ver: