From 8c2e97f01e2c55202546cb5a936ee7b578b5a9af Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 23 Aug 2018 22:05:54 -0400 Subject: [PATCH] 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 --- docs/commands/sign.rst | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6