From cb83b17f9f9fb2614b3676eddd1e1bb4c37f8d37 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Aug 2018 21:10:50 +0200 Subject: [PATCH] Update docs build job Use sphinx-build in tox.ini. Change-Id: Ic8a0600e84eb5d7e5f9b4078bb086a5881f36625 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf3992e..72475f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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