Fix docs output error

writing output... [ 33%] cli/freezer-manager-status
[openstackdocstheme] the 'repository_name' config option has been deprecated
 and replaced by the 'openstackdocs_repo_name' option; support for the former
 will be dropped in a future release
[openstackdocstheme] the 'bug_project' config option has been deprecated and
replaced by the 'openstackdocs_bug_project' option; support for the former
 will be dropped in a future release
[openstackdocstheme] the 'bug_tag' config option has been deprecated and
replaced by the 'openstackdocs_bug_tag' option; support for the former will
be dropped in a future release
writing output... [ 66%] cli/index
writing output... [100%] index

Change-Id: I55903e4f914673aba5ac986b845c2a6504830c19
This commit is contained in:
caihui 2020-07-05 20:16:46 -07:00
parent 11223563cd
commit b744d68b64
1 changed files with 3 additions and 3 deletions

View File

@ -252,6 +252,6 @@ texinfo_documents = [
#texinfo_no_detailmenu = False
# openstackdocstheme options
repository_name = 'openstack/freezer-api'
bug_project = 'freezer'
bug_tag = ''
openstackdocs_repo_name = 'openstack/freezer-api'
openstackdocs_bug_project = 'freezer'
openstackdocs_bug_tag = ''