Update docs build job

Use sphinx-build in tox.ini.

Change-Id: Ic8a0600e84eb5d7e5f9b4078bb086a5881f36625
This commit is contained in:
Andreas Jaeger 2018-08-21 21:10:50 +02:00
parent e79613fa30
commit cb83b17f9f
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ 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]
basepython = python3