mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove docs-serve testenv again
It can cause some weird errors when running two tox invocations at the same time
This commit is contained in:
parent
c089301f79
commit
f9b234e3e6
1 changed files with 0 additions and 4 deletions
4
tox.ini
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue