diff options
| author | Zuul <zuul@review.opendev.org> | 2019-11-04 22:09:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-11-04 22:09:27 +0000 |
| commit | d2f44e645e4f0396991695a5fa90064702dd64fb (patch) | |
| tree | 36053befb542e036c9ebdc5164a760af629f0201 /doc/source/conf.py | |
| parent | 10747754a6ab12d6bed466245c47c481692fe8b2 (diff) | |
| parent | 977b0c8591e40d3f59bbc1af9adc75f2c2edb694 (diff) | |
| download | python-openstackclient-d2f44e645e4f0396991695a5fa90064702dd64fb.tar.gz | |
Merge "Use autoprogram-cliff for remaining plugin docs"
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 92febda4..d3dfccd2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,11 +34,8 @@ extensions = ['sphinx.ext.autodoc', repository_name = 'openstack/python-openstackclient' use_storyboard = True -openstack_projects = [ - 'python-octaviaclient', - 'python-watcherclient', - 'python-zunclient', -] +# Add project 'foo' to this list to enable the :foo-doc: role +# openstack_projects = [] # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates'] |
