Skip to content

Commit

Permalink
MAINT: use --ignore instead of --re-ignore where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent 7440cfa commit 28c5860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ setenv =
base = doc
commands =
sphinx-autobuild \
--ignore=docs/_build/ \
--open-browser \
--port=0 \
--re-ignore='.*/.ipynb_checkpoints/.*' \
Expand All @@ -39,7 +40,6 @@ commands =
--re-ignore='docs/.*\.svg' \
--re-ignore='docs/.*\.yaml' \
--re-ignore='docs/.*\.yml' \
--re-ignore='docs/_build/.*' \
--watch=docs \
docs/ docs/_build/html
description = Set up a server to directly preview changes to the HTML pages
Expand Down

0 comments on commit 28c5860

Please sign in to comment.