Fix doc building

Use sphinx-build, this fixes doc building so that the generated content
is available for publishing again.

(change I0dbb13d555eb473916ba585c62a0f7433d15afed broke this)

Change-Id: Ib7c6b7437abc0b5c500a5afdaaf79a045f7df9fe
This commit is contained in:
Andreas Jaeger 2020-04-06 14:47:35 +02:00
parent bfbaea9749
commit d63d664b28
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ commands =
coverage report
[testenv:docs]
commands = python setup.py build_sphinx
commands =
sphinx-build -a -W -E -b html doc/source doc/build/html
[flake8]
# E128 continuation line under-indented for visual indent