Skip to content

Commit

Permalink
tox -e docs does not remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 4, 2024
1 parent add8b7c commit 6ae9597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ae9597

Please sign in to comment.