From 43e957f9fe42505b421c882b6706d74132aebd7d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 3 Aug 2019 17:31:35 +0200 Subject: [PATCH] Update for storyboard This repo uses storyboard since some time and not anymore launchpad: Update the openstackdocstheme options so that the "Report a bug" link points to storyboard and not to launchpad. Change-Id: I5f42dac1987e0f90860beb12fc842e77cd627820 --- doc/source/conf.py | 3 +-- releasenotes/source/conf.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7f4cb4b..a1aad38 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,8 +41,7 @@ copyright = u'2018, OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/octavia-lib' -bug_project = 'openstack/octavia-lib' -bug_tag = 'docs' +use_storyboard = True apidoc_output_dir = 'reference/modules' apidoc_module_dir = '../../octavia_lib' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c5ef334..ccbc2b1 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -56,8 +56,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/octavia-lib' -bug_project = 'openstack/octavia-lib' -bug_tag = '' +use_storyboard = True # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.