From: Thanh Ha Date: Fri, 24 Aug 2018 02:05:54 +0000 (-0400) Subject: Fix broken help from openstack and sign cmds X-Git-Tag: v0.16.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F12380%2F1;p=releng%2Flftools.git Fix broken help from openstack and sign cmds These were never caught since we did not enable fail on warnings for Sphinx until recently. Change-Id: I1f33c65a44cf6eaa0e29e5734f3a8edcd8865868 Signed-off-by: Thanh Ha --- diff --git a/docs/commands/sign.rst b/docs/commands/sign.rst index 09e77ca5..52a2e4f7 100644 --- a/docs/commands/sign.rst +++ b/docs/commands/sign.rst @@ -13,7 +13,7 @@ Commands directory --------- -.. program-output:: lftools sign directory --help +.. program-output:: lftools sign dir --help nexus ----- diff --git a/tox.ini b/tox.ini index 2555c624..8c13dbb7 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,7 @@ commands = [testenv:docs] deps = -rrequirements-docs.txt +extras = openstack commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html