tox.ini: add spaces
This commit is contained in:
@@ -22,6 +22,6 @@ commands=
|
|||||||
python runtests.py
|
python runtests.py
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir=docs
|
|
||||||
deps=Sphinx
|
deps=Sphinx
|
||||||
commands=sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
changedir = docs
|
||||||
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|||||||
Reference in New Issue
Block a user