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