From 834cd2dd2194e82013ac2cbbdbfcbb378fcebc95 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Aug 2018 21:12:22 +0200 Subject: [PATCH] Update docs build job Use sphinx-build in tox.ini. Change-Id: I5c8af6341ac8e84bfe0aa0fb55be3cd78df797ca --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cf27ff9d1..035cfd24e 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,8 @@ 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] passenv =