From 7b4939bb3f3d66d4a76460957673870ac7dae9dd Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 28 Dec 2015 14:49:03 +0100 Subject: [PATCH] tox.ini: add spaces --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2ebdb2f..2a62813 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,6 @@ commands= python runtests.py [testenv:docs] -changedir=docs 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