diff --git a/tox.ini b/tox.ini index e538b91..64ef939 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,3 @@ deps = sphinx commands = sphinx-build -W -b html -d _build/html/doctrees . _build/html - -[testenv:docs-serve] -changedir = docs/_build/html -commands = python -m SimpleHTTPServer 8080