diff --git a/tox.ini b/tox.ini index e8fe7d03..4e2eb24d 100644 --- a/tox.ini +++ b/tox.ini @@ -54,8 +54,6 @@ extras = docs notebook-dependencies commands = - python -c 'import shutil, pathlib; shutil.rmtree(pathlib.Path("docs") / "stubs", ignore_errors=True)' - python -c 'import shutil, pathlib; shutil.rmtree(pathlib.Path("docs") / "_build" / "html" / ".doctrees", ignore_errors=True)' sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html passenv = CI