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
This commit is contained in:
zhangbailin 2020-06-09 09:19:43 +08:00 committed by Brin Zhang
parent 25d108c004
commit 92bab3c19c
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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