diff options
| author | Zuul <zuul@review.opendev.org> | 2020-03-11 12:37:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-03-11 12:37:00 +0000 |
| commit | 7e8d5ca15a655f9d706c36e4bb3a7ede53f4b03e (patch) | |
| tree | b8d5385ce62db647942ab2daa88561d6f62944bc /doc/source | |
| parent | 9191d76450c0d80400a08e730a8f54f826e23022 (diff) | |
| parent | 5fe5c63b510ad6741b98581eb7faa82f1354e549 (diff) | |
| download | python-cinderclient-7e8d5ca15a655f9d706c36e4bb3a7ede53f4b03e.tar.gz | |
Merge "Fix doc bug filing link"
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 ------------------------------------------------- |
