Merge "Update tox docs environment to use sphinx-build"

This commit is contained in:
Zuul
2018-08-20 17:03:55 +00:00
committed by Gerrit Code Review

View File

@@ -22,7 +22,8 @@ commands = flake8
commands = python setup.py sdist {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:venv]
commands = {posargs}