From 8ce203f879ab3be6135d5ce01315bfc15aa70d57 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 16 Apr 2019 18:40:14 -0400 Subject: Fix docs bug link to go to storyboard rather than launchpad This fixes the docs bug link generation for the normal docs and release notes docs. The requirement on openstackdocstheme is bumped to 1.23.2 to pick up fix I2ed164b9b0badade702c50543ac1a5eea4d1867b. Change-Id: I89711a391ee0fb7e40c1fbf83f950e2b582358d9 Story: #2005467 Task: #30546 --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index 003bfcaa..45045002 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,8 +32,7 @@ extensions = ['sphinx.ext.autodoc', # openstackdocstheme options repository_name = 'openstack/python-openstackclient' -bug_project = 'python-openstackclient' -bug_tag = '' +use_storyboard = True # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] -- cgit v1.2.1