From: Thanh Ha Date: Fri, 24 Aug 2018 02:05:54 +0000 (-0400) Subject: Add extras declaration in docs-linkcheck X-Git-Tag: v0.16.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F12381%2F1;p=releng%2Flftools.git Add extras declaration in docs-linkcheck This should have been added to I1f33c65a44cf6eaa0e29e5734f3a8edcd8865868 Also include missing reno notes. Change-Id: I132bebe298164419fae43e94299f43c45940bc4e Signed-off-by: Thanh Ha --- diff --git a/releasenotes/notes/docs-cad1f396741b9526.yaml b/releasenotes/notes/docs-cad1f396741b9526.yaml new file mode 100644 index 00000000..8653c68c --- /dev/null +++ b/releasenotes/notes/docs-cad1f396741b9526.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fix broken openstack and sign help command output in docs. diff --git a/tox.ini b/tox.ini index 8c13dbb7..d62ad0e4 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,7 @@ commands = [testenv:docs-linkcheck] deps = -rrequirements-docs.txt +extras = openstack commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:latest-upstream]