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
This commit is contained in:
parent
eb6b43ba06
commit
d85735d1b2
4
tox.ini
4
tox.ini
@ -45,8 +45,8 @@ basepython = python3
|
|||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -fr doc/builds
|
rm -fr doc/build
|
||||||
sphinx-build -W -b html doc/source doc/build/html
|
sphinx-build -W -b html doc/source doc/build/html {posargs}
|
||||||
|
|
||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user