You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently edit my rst files in an editor and run sphinx autobuild to get continuous updates to a rendered HTML version. This works quite nicely and the sphinx cache ensures only the page your are editing is executed. But if you are working in a jupyter-execute cell and your code causes a Python error, then the sphinx build fails and seems to cause the entire cache to reset which then causes all rst files to be rebuilt. Once you have a large set of rst files that take significant execution time each, this breaks the usefulness of autobuild. It would be better if the code cell execution error did not trigger a sphinx cache reset.
The text was updated successfully, but these errors were encountered:
I currently edit my rst files in an editor and run sphinx autobuild to get continuous updates to a rendered HTML version. This works quite nicely and the sphinx cache ensures only the page your are editing is executed. But if you are working in a jupyter-execute cell and your code causes a Python error, then the sphinx build fails and seems to cause the entire cache to reset which then causes all rst files to be rebuilt. Once you have a large set of rst files that take significant execution time each, this breaks the usefulness of autobuild. It would be better if the code cell execution error did not trigger a sphinx cache reset.
The text was updated successfully, but these errors were encountered: