Use sphinx-build for all docs venvs

One was apparently missed so it was still using setup.py build_sphinx.

Change-Id: I1337a67c5244c7c370beb03dfef1806c8dec709f
This commit is contained in:
Ben Nemec 2018-09-19 19:49:38 +00:00
parent 24fffaf712
commit 628dd03a0b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:docs-constraints]
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]
commands = oslo_debug_helper {posargs}