diff --git a/tox.ini b/tox.ini index b16fb8d8..e0238cd7 100644 --- a/tox.ini +++ b/tox.ini @@ -18,12 +18,5 @@ commands = envdir = venv-{[tox]project} commands = -[testenv:docs] -deps = - {[testenv]deps} - sphinx -changedir = docs -commands = sphinx-build -b html -d build/doctrees source build/html - [pep8] ignore = E265,E309,E501