Fix broken help from openstack and sign cmds 80/12380/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 24 Aug 2018 02:05:54 +0000 (22:05 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 24 Aug 2018 02:06:36 +0000 (22:06 -0400)
These were never caught since we did not enable fail on warnings
for Sphinx until recently.

Change-Id: I1f33c65a44cf6eaa0e29e5734f3a8edcd8865868
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/commands/sign.rst
tox.ini

index 09e77ca..52a2e4f 100644 (file)
@@ -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 2555c62..8c13dbb 100644 (file)
--- 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