From d63d664b284923b27c4091563352e2dae0531be2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 6 Apr 2020 14:47:35 +0200 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d1caa91..8f902ca6 100644 --- a/tox.ini +++ b/tox.ini @@ -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