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:
parent
bfbaea9749
commit
d63d664b28
3
tox.ini
3
tox.ini
@ -50,7 +50,8 @@ commands =
|
|||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands =
|
||||||
|
sphinx-build -a -W -E -b html doc/source doc/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E128 continuation line under-indented for visual indent
|
# E128 continuation line under-indented for visual indent
|
||||||
|
Loading…
Reference in New Issue
Block a user