diff --git a/tox.ini b/tox.ini index a7ea819e..0f650ea8 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