Merge "Update docs config for storyboard bugs"

This commit is contained in:
Zuul 2018-02-03 21:40:48 +00:00 committed by Gerrit Code Review
commit 6c056e2228
2 changed files with 8 additions and 2 deletions

View File

@ -75,7 +75,7 @@ pygments_style = 'sphinx'
html_theme = 'openstackdocs' html_theme = 'openstackdocs'
html_theme_options = { html_theme_options = {
'display_toc': False 'show_other_versions': True
} }
html_static_path = [] html_static_path = []
@ -103,6 +103,12 @@ latex_documents = [
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['octavia-dashboard.'] 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 # TODO(mordred) We should extract this into a sphinx plugin
def run_apidoc(_): def run_apidoc(_):

View File

@ -49,7 +49,7 @@ extensions = [
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/octavia-dashboard' repository_name = 'openstack/octavia-dashboard'
bug_project = 'octavia' bug_project = '909'
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.