Update docs build job

Use sphinx-build in tox.ini.

Change-Id: I5c8af6341ac8e84bfe0aa0fb55be3cd78df797ca
This commit is contained in:
Andreas Jaeger 2018-08-21 21:12:22 +02:00
parent 62e8e19a36
commit 834cd2dd21
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ deps = bindep
commands = bindep test
[testenv:docs]
commands = python setup.py build_sphinx
commands =
sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:linters]
passenv =