From f9b234e3e64037285fb06bdb8d9e6752d9b634de Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 11 Apr 2015 16:28:39 +0200 Subject: [PATCH] Remove docs-serve testenv again It can cause some weird errors when running two tox invocations at the same time --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) 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