Add extras declaration in docs-linkcheck 81/12381/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 03:22:47 +0000 (23:22 -0400)
This should have been added to
I1f33c65a44cf6eaa0e29e5734f3a8edcd8865868

Also include missing reno notes.

Change-Id: I132bebe298164419fae43e94299f43c45940bc4e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/docs-cad1f396741b9526.yaml [new file with mode: 0644]
tox.ini

diff --git a/releasenotes/notes/docs-cad1f396741b9526.yaml b/releasenotes/notes/docs-cad1f396741b9526.yaml
new file mode 100644 (file)
index 0000000..8653c68
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Fix broken openstack and sign help command output in docs.
diff --git a/tox.ini b/tox.ini
index 8c13dbb..d62ad0e 100644 (file)
--- 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]