Resolve nits from I552688b9ee32b719a576a7a9ed5e4d5aa31d7b3f

Some of the options are just noise. Hide them.

Change-Id: Iac625137386de071d0f95f94bd37a3884ebe1eaf
This commit is contained in:
Stephen Finucane 2018-01-25 17:02:03 +00:00 committed by Matt Riedemann
parent 253fd92b29
commit cc0dd67651
1 changed files with 4 additions and 0 deletions

View File

@ -77,3 +77,7 @@ latex_documents = [
# See: https://docs.openstack.org/cliff/2.6.0/sphinxext.html
autoprogram_cliff_application = 'openstack'
autoprogram_cliff_ignored = [
'--help', '--format', '--column', '--max-width', '--fit-width',
'--print-empty', '--prefix', '--noindent', '--quote']