diff --git a/doc/source/conf.py b/doc/source/conf.py index f77052d5..250d220f 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -75,7 +75,7 @@ pygments_style = 'sphinx' html_theme = 'openstackdocs' html_theme_options = { - 'display_toc': False + 'show_other_versions': True } html_static_path = [] @@ -103,6 +103,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(_): diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 1fbaf876..633741c8 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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.