Update docs build job
Use sphinx-build in tox.ini. Change-Id: I5c8af6341ac8e84bfe0aa0fb55be3cd78df797ca
This commit is contained in:
parent
62e8e19a36
commit
834cd2dd21
3
tox.ini
3
tox.ini
@ -22,7 +22,8 @@ deps = bindep
|
|||||||
commands = bindep test
|
commands = bindep test
|
||||||
|
|
||||||
[testenv:docs]
|
[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]
|
[testenv:linters]
|
||||||
passenv =
|
passenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user