diff --git a/doc/source/conf.py b/doc/source/conf.py index 7caf582..5aa3288 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,6 +60,10 @@ pygments_style = 'sphinx' html_theme = 'openstackdocs' +html_theme_options = { + 'show_other_versions': True +} + # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project @@ -78,7 +82,7 @@ latex_documents = [ # openstackdocstheme options repository_name = 'openstack/python-octaviaclient' -bug_project = 'octavia' +bug_project = '911' bug_tag = 'doc' html_last_updated_fmt = '%Y-%m-%d %H:%M' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5822018..af9b4c2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -44,7 +44,7 @@ extensions = [ # openstackdocstheme options repository_name = 'openstack/python-octaviaclient' -bug_project = 'octavia' +bug_project = '911' bug_tag = 'doc' # Add any paths that contain templates here, relative to this directory.