Can't use --ignore
with doc/_build/jupyter_execute/*.ipynb
to prevent infinite loop
#117
Labels
--ignore
with doc/_build/jupyter_execute/*.ipynb
to prevent infinite loop
#117
Describe the bug
context
Hi, thanks for developing this very useful tool.
I'm having a bit of an issue where I've added MyST-NB to a project and this causes an infinite build loop, because notebooks are detected as a change, e.g.:
[sphinx-autobuild] Detected change: /home/pimienta/Documents/repos/coding/vocal/crowsetta/doc/_build/jupyter_execute/index.ipynb
expectation
To try and fix this, I use the
--ignore
option, like so:sphinx-autobuild --ignore doc/_build/jupyter_execute/*.ipynb doc doc/_build/html
bug
But instead I now get:
My interpretation of this error is that somehow the glob I'm writing for
--ignore
is causingsphinx-autobuild
to not see thedoc/_build/html
folder? It definitely still exists.Please let me know if there's some mistake I'm making here
Reproduce the bug
Not sure I can write a MRE for this one.
List your environment
The text was updated successfully, but these errors were encountered: