Merge "Start using 'cliff.sphinxext'"

This commit is contained in:
Jenkins
2017-07-21 21:46:10 +00:00
committed by Gerrit Code Review
3 changed files with 87 additions and 970 deletions
doc/source
cli
command-objects
conf.py
openstackclient/compute/v2

File diff suppressed because it is too large Load Diff

@ -34,6 +34,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'openstackdocstheme',
'stevedore.sphinxext',
'cliff.sphinxext',
]
# openstackdocstheme options
@ -269,3 +270,12 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
# -- Options for cliff.sphinxext plugin ---------------------------------------
autoprogram_cliff_application = 'openstack'
autoprogram_cliff_ignored = [
'--help', '--format', '--column', '--max-width', '--fit-width',
'--print-empty', '--prefix', '--noindent']