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 10, 2024
1 parent 5e0602e commit 1dd70c6
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,23 @@ allowlist_externals =
commands =
sphinx-autobuild \
--builder=html \
--ignore=docs/_build/ \
--ignore=docs/_images/ \
--ignore=docs/api/ \
--open-browser \
--re-ignore='.*/__pycache__/.*' \
--re-ignore='.*/.ipynb_checkpoints/.*' \
--re-ignore='.*\.csv' \
--re-ignore='.*\.gif' \
--re-ignore='.*\.gitignore' \
--re-ignore='.*\.gv' \
--re-ignore='.*\.inv' \
--re-ignore='.*\.json' \
--re-ignore='.*\.pickle' \
--re-ignore='.*\.png' \
--re-ignore='.*\.svg' \
--re-ignore='.*\.tmp' \
--re-ignore='docs/_build/.*' \
--re-ignore='docs/_images/.*' \
--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='.*\.ya?ml' \
--watch=docs \
--watch=src \
docs/ docs/_build/html
Expand Down

0 comments on commit 1dd70c6

Please sign in to comment.