diff options
| author | Eric Fried <openstack@fried.cc> | 2019-10-22 14:18:51 -0500 |
|---|---|---|
| committer | Eric Fried <openstack@fried.cc> | 2019-10-28 14:05:37 -0500 |
| commit | 977b0c8591e40d3f59bbc1af9adc75f2c2edb694 (patch) | |
| tree | 1bb877225188cd94633add5b380f395bd0ef1e14 /doc/source/conf.py | |
| parent | fcae62841f9a0ddc70a7e5be5202eea379378d70 (diff) | |
| download | python-openstackclient-977b0c8591e40d3f59bbc1af9adc75f2c2edb694.tar.gz | |
Use autoprogram-cliff for remaining plugin docs
Sphinx errors have been fixed in the plugin projects for octavia, rsd,
trove, watcher, and zun, so we can now use autoprogram-cliff to generate
the docs for those.
Change-Id: Ia7790c5e86957afd0aec8f9a04ffc7aa968b4eeb
Story: #1735016
Task: #37241
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'] |
