diff options
| author | Eric Harney <eharney@redhat.com> | 2020-03-06 11:41:21 -0500 |
|---|---|---|
| committer | Eric Harney <eharney@redhat.com> | 2020-03-06 11:47:24 -0500 |
| commit | 5fe5c63b510ad6741b98581eb7faa82f1354e549 (patch) | |
| tree | 1424b84d7f55cb62b10386271597c6ae84fa73a7 /doc/source | |
| parent | 8d0d0521c62aafc5cb364dd8033635fd8f88f826 (diff) | |
| download | python-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/source')
| -rw-r--r-- | doc/source/conf.py | 4 |
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 ------------------------------------------------- |
