Merge "Fix tox.ini for docs venv"

This commit is contained in:
Jenkins 2016-07-31 01:19:21 +00:00 committed by Gerrit Code Review
commit 4460b5276f

View File

@ -83,6 +83,8 @@ commands =
python setup.py build_sphinx
sphinx-build -W -b html api-ref/source api-ref/build/html
whitelist_externals = rm
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html