tox.ini: add spaces
parent
a01fd92d1c
commit
7b4939bb3f
2
tox.ini
2
tox.ini
|
|
@ -22,6 +22,6 @@ commands=
|
||||||
python runtests.py
|
python runtests.py
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir=docs
|
|
||||||
deps=Sphinx
|
deps=Sphinx
|
||||||
|
changedir = docs
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue