use sphinx-build for doc build in tox

Change-Id: I6a05cb8a9a505b0d446ae4b6f0b9e4004ac64ca8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-07 17:16:41 -05:00
parent 38a4e6eef4
commit d9135fd2ea
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python3 setup.py build_sphinx
commands =
sphinx-build -b html -W doc/source doc/build/html
[testenv:releasenotes]
commands =