[doc] Fix command output generation

Install manila command in the tox virtual environment
for docs so sphinx can run ``manila`` to generate its
help output.

Closes-bug: #1821389
Change-Id: I0bb221006842f3b40609753133c4203bc38fdffa
This commit is contained in:
Tom Barron 2019-03-23 08:16:44 -04:00
parent 45c58112e2
commit 624265ade6
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ basepython = python3
commands = {posargs}
[testenv:docs]
usedevelop = True
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}