From 6ae95972707396b7f8dfd517f610e0007e50ac34 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:01:54 -0500 Subject: [PATCH] tox -e docs does not remove files --- tox.ini | 2 -- 1 file changed, 2 deletions(-) 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