Update docs config for storyboard bugs

This patch updates the docs configuration to have bugs links that take the
reporter to storyboad instead of launchpad.
It also sets the docs up for multiple versions of the documentation.

Change-Id: I36de674ba5a9684ee2def12ecaa997f4d43d7a19
This commit is contained in:
Michael Johnson 2018-02-01 17:32:20 -08:00
parent c116c62128
commit 0c85ef7d05
2 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,10 @@ pygments_style = 'sphinx'
html_theme = 'openstackdocs' html_theme = 'openstackdocs'
html_theme_options = {
'show_other_versions': True
}
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project htmlhelp_basename = '%sdoc' % project
@ -78,7 +82,7 @@ latex_documents = [
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/python-octaviaclient' repository_name = 'openstack/python-octaviaclient'
bug_project = 'octavia' bug_project = '911'
bug_tag = 'doc' bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M' html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -44,7 +44,7 @@ extensions = [
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/python-octaviaclient' repository_name = 'openstack/python-octaviaclient'
bug_project = 'octavia' bug_project = '911'
bug_tag = 'doc' bug_tag = 'doc'
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.