Fix warning when running tox -e docs
We get a warning "WARNING:test command found but not installed in testenv" when building docs. This patch fix it. Change-Id: Ib9798e59c55099d5a4bf8989401b63487b0c6338
This commit is contained in:
parent
344f230990
commit
45bfe2ecd5
1
tox.ini
1
tox.ini
@ -97,6 +97,7 @@ commands =
|
||||
python setup.py build_sphinx
|
||||
rm -rf api-ref/build
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html/
|
||||
whitelist_externals = rm
|
||||
|
||||
[testenv:gendriverlist]
|
||||
sitepackages = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user