From 0c85ef7d05872e51ceb2c301f79743ed00aaa271 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 1 Feb 2018 17:32:20 -0800 Subject: [PATCH] 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 --- doc/source/conf.py | 6 +++++- releasenotes/source/conf.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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.