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
This is an issue with the new release of sphinx-autobuild. I've tested and submitted an issue for them to fix here.
For now I would recommend using the workaround you have suggested, as the fix to sphinx-autobuild should be trivial. If it isn't fixed in the next few days we'll pin the old version internally.
We will be looking at pinning versions of all pip packages next cycle, which should prevent this issue from happening again - but we'll have to discuss this with the larger technical author team.
In a clean state
make run
is currently throwing aFileNotFoundError
.To get around this build the project with
make html
first. This produces the required_build
directory which satisfies subsequent calls tomake run
.From a quick investigation the issue appears to be related to the arguments passed to
sphinx-autobuild
viasp-run
.The text was updated successfully, but these errors were encountered: