summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2020-03-06 11:41:21 -0500
committerEric Harney <eharney@redhat.com>2020-03-06 11:47:24 -0500
commit5fe5c63b510ad6741b98581eb7faa82f1354e549 (patch)
tree1424b84d7f55cb62b10386271597c6ae84fa73a7 /doc
parent8d0d0521c62aafc5cb364dd8033635fd8f88f826 (diff)
downloadpython-cinderclient-5fe5c63b510ad6741b98581eb7faa82f1354e549.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
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 -------------------------------------------------