diff options
| author | Zuul <zuul@review.opendev.org> | 2019-04-24 13:42:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-04-24 13:42:15 +0000 |
| commit | 70cf7ea1ced4724ebf11aa526c5c9cac983a835a (patch) | |
| tree | 4fcbafd269bf6f245ffc1a1a2727d27416b8ed7d /doc/source | |
| parent | 0f56b7d07421bb7267a2be4c8e78efbfcc77a81e (diff) | |
| parent | 8ce203f879ab3be6135d5ce01315bfc15aa70d57 (diff) | |
| download | python-openstackclient-70cf7ea1ced4724ebf11aa526c5c9cac983a835a.tar.gz | |
Merge "Fix docs bug link to go to storyboard rather than launchpad"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
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'] |
