From b744d68b644645ebd49adc21e72c1843a2618456 Mon Sep 17 00:00:00 2001 From: caihui Date: Sun, 5 Jul 2020 20:16:46 -0700 Subject: [PATCH] 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 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6d3d55eb..5925b693 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 = ''