diff --git a/tox.ini b/tox.ini index 8546c50..81bcb84 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = sort format type - docs changelog metadata-release skip_missing_interpreters = True @@ -45,20 +44,6 @@ skipdist = True deps = mypy commands = mypy flask-calibrestekje/ test/ -[testenv:docs] -description = build the documentation -skipdist = True -deps = - sphinx - sphinx_rtd_theme -commands = python -m setup build_sphinx - -[testenv:docs-livereload] -description = invoke sphinx-autobuild to build and reload the documentation -commands = python -m sphinx_autobuild docs/source docs/build -deps = sphinx-autobuild>=0.7.1,<1.0 -extras = docs - [testenv:changelog] description = draw up the new changelog skipdist = True