Merge "Fix docs bug link to go to storyboard rather than launchpad"

This commit is contained in:
Zuul 2019-04-24 13:42:15 +00:00 committed by Gerrit Code Review
commit 70cf7ea1ce
3 changed files with 3 additions and 5 deletions
doc
releasenotes/source

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # Apache-2.0 openstackdocstheme>=1.23.2 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD

@ -32,8 +32,7 @@ extensions = ['sphinx.ext.autodoc',
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/python-openstackclient' repository_name = 'openstack/python-openstackclient'
bug_project = 'python-openstackclient' use_storyboard = True
bug_tag = ''
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates'] #templates_path = ['_templates']

@ -45,8 +45,7 @@ extensions = [
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/python-openstackclient' repository_name = 'openstack/python-openstackclient'
bug_project = 'python-openstackclient' use_storyboard = True
bug_tag = ''
# Set aliases for extlinks # Set aliases for extlinks
# * lpbug - generic Launchpad bug :lpbug:`123456` # * lpbug - generic Launchpad bug :lpbug:`123456`