Update conf.py

This commit is contained in:
lissyx 2021-07-30 21:01:32 +02:00 committed by GitHub
parent ab714a8d1b
commit bfccca3205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,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: