Merge "Use sphinx-build for all docs venvs"

This commit is contained in:
Zuul 2018-09-28 23:19:32 +00:00 committed by Gerrit Code Review
commit e51911ca3b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:docs-constraints]
basepython = python3
install_command = {[testenv:common-constraints]install_command}
commands = python setup.py build_sphinx
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:debug]
basepython = python3