From 981d37cfc7940c91b289deb1051305288a14e40c Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Tue, 9 Jun 2020 09:06:06 +0800 Subject: [PATCH] Enable openstackdocs config to storyboard https://review.opendev.org/#/c/729944 renamed some config related to launchpad, but Cyborg does not enable launchpad, using storyboard. If the configuration is incorrect, they will add the bug icon to allow reporting from a page. Using openstackdocs_use_storyboard = True in the docs config file. Talked in Ussuri PTG in Cyborg, whether launchpad is enabled for Cyborg, we have not reached a consensus agreement. See line 291: https://etherpad.opendev.org/p/cyborg-victoria-goals Change-Id: Icfea14b07c3d87c28dcd05b2822f0c5fe0c12a60 --- doc/source/conf.py | 3 +-- releasenotes/source/conf.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b13b4153..7896ac5e 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,8 +46,7 @@ copyright = u'2013, OpenStack Foundation' # openstackdocstheme options openstackdocs_repo_name = 'openstack/cyborg' openstackdocs_pdf_link = True -openstackdocs_bug_project = 'cyborg' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True config_generator_config_file = '../../tools/config/cyborg-config-generator.conf' sample_config_basename = '_static/cyborg' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index f7000797..85fe66ee 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -16,8 +16,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/cyborg' -openstackdocs_bug_project = 'openstack-cyborg' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: