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 16, 2024
1 parent ca20e6a commit 71bdf78
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ allowlist_externals =
commands =
sphinx-autobuild \
--builder=dirhtml \
--ignore=docs/_build/ \
--ignore=docs/api/ \
--ignore=docs/usage/logs/ \
--open-browser \
--re-ignore='.*/__pycache__/.*' \
--re-ignore='.*/.ipynb_checkpoints/.*' \
--re-ignore='docs/_build/.*' \
--re-ignore='docs/.*\.csv' \
--re-ignore='docs/.*\.gif' \
--re-ignore='docs/.*\.gv' \
--re-ignore='docs/.*\.inv' \
--re-ignore='docs/.*\.json' \
--re-ignore='docs/.*\.pickle' \
--re-ignore='docs/.*\.png' \
--re-ignore='docs/.*\.svg' \
--re-ignore='docs/.*\.yaml' \
--re-ignore='docs/.*\.yml' \
--re-ignore='docs/api/.*' \
--re-ignore='docs/usage/logs/.*' \
--re-ignore='.*/.virtual_documents/.*' \
--re-ignore='.*\.csv' \
--re-ignore='.*\.gif' \
--re-ignore='.*\.gv' \
--re-ignore='.*\.inv' \
--re-ignore='.*\.json' \
--re-ignore='.*\.pickle' \
--re-ignore='.*\.png' \
--re-ignore='.*\.svg' \
--re-ignore='.*\.ya?ml' \
--re-ignore='docs/usage/sub_expr_f?' \
--watch=docs \
--watch=src \
Expand Down

0 comments on commit 71bdf78

Please sign in to comment.