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: I1e22125708193c3d8ef43a6dd830b2d5b7a7ea42
This commit is contained in:
Michael Johnson 2018-02-01 17:29:31 -08:00
parent 199de4dc94
commit e938e10c6a
2 changed files with 8 additions and 2 deletions

View File

@ -75,7 +75,7 @@ pygments_style = 'sphinx'
html_theme = 'openstackdocs'
html_theme_options = {
'display_toc': False
'show_other_versions': True
}
html_static_path = []
@ -99,6 +99,12 @@ latex_documents = [
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['octavia-dashboard.']
# openstackdocstheme options
repository_name = 'openstack/octavia-dashboard'
bug_project = '909'
bug_tag = 'docs'
# TODO(mordred) We should extract this into a sphinx plugin
def run_apidoc(_):

View File

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