Use sphinx-build for all docs venvs

This was incorrect in oslo-cookiecutter.

Change-Id: I2c3d945df4f69088763631bab72804cf5866a7c1
This commit is contained in:
Ben Nemec 2018-09-19 19:51:04 +00:00
parent 9374bdadc2
commit dc56b1239e
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