summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-06-18 12:32:20 +0100
committerStephen Finucane <sfinucan@redhat.com>2018-06-18 12:33:08 +0100
commitd85735d1b2de7858f24c01795aa188d18745a9cf (patch)
tree0cd7b2fb9f7781771c31b4336df38691048071cd /tox.ini
parenteb6b43ba06698d37e2d8090335e0082f0a6dfdb5 (diff)
downloadoslo-config-d85735d1b2de7858f24c01795aa188d18745a9cf.tar.gz
tox: Fix typo
This was introduced in change I87b30273. While we're here, we also start passing positional arguments to 'sphinx-build' so we can configure it somewhat dynamically. Change-Id: I766da57377cd2ddb0a82419e36eeec1046309948
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a7ea819..0f650ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,8 +45,8 @@ basepython = python3
whitelist_externals = rm
deps = -r{toxinidir}/doc/requirements.txt
commands =
- rm -fr doc/builds
- sphinx-build -W -b html doc/source doc/build/html
+ rm -fr doc/build
+ sphinx-build -W -b html doc/source doc/build/html {posargs}
[testenv:bandit]
basepython = python3