From 5fe5c63b510ad6741b98581eb7faa82f1354e549 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 6 Mar 2020 11:41:21 -0500 Subject: Fix doc bug filing link This needs to go to "python-cinderclient" to work instead of "cinderclient". Add a "doc" tag to these bugs as well. Change-Id: I45ae03e9c071dd9b159b1c0183b53db4dd837453 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index 6642cbf..1e0fa4a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -91,8 +91,8 @@ man_pages = [ # -- Options for openstackdocstheme ------------------------------------------- repository_name = 'openstack/python-cinderclient' -bug_project = 'cinderclient' -bug_tag = '' +bug_project = 'python-cinderclient' +bug_tag = 'doc' # -- Options for LaTeX output ------------------------------------------------- -- cgit v1.2.1