From 92bab3c19c771a05755390f460e3236382ab2184 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Tue, 9 Jun 2020 09:19:43 +0800 Subject: [PATCH] Enable openstackdocs config to storyboard https://review.opendev.org/#/c/729007/3 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: Iefcfc4b0f1ca9dd9e779c85ee2ec4fd97d0efe3d --- 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 72a2dca..0ac5d94 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,8 +41,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/python-cyborgclient' -openstackdocs_bug_project = 'https://bugs.launchpad.net/python-cyborgclient' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 2fb18d2..ce9bb7e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,8 +55,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/python-cyborgclient' -openstackdocs_bug_project = 'https://bugs.launchpad.net/python-cyborgclient' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the