We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the title is a sufficiently clear description. Let me know if more details are necessary.
Checkout https://github.com/pradyunsg/furo/tree/2024.04.27
Run nox -s docs-live
nox -s docs-live
Wait for the initial build to complete.
Modify source tree such that the pre-build command would fail.
For this reproducer, modify src/furo/assets/styles/content/_admonitions.sass to be invalid by adding a comma at the end of line 3 of that file.
src/furo/assets/styles/content/_admonitions.sass
Notice an exception originating from the pre-build command and the output statement from sphinx-autobuild stating:
Pre-build command exited with exit code: 3 Please fix the cause of the error above or press Ctrl+C to stop the server.
Fix the pre-build command and save a file that would be watched by the server.
For this reproducer, undo the addition done in step 4 (i.e. remove the comma) and save.
Notice that no rebuild was triggered.
The server keeps serving the relevant changes while this is happening.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I think the title is a sufficiently clear description. Let me know if more details are necessary.
How to reproduce
Checkout https://github.com/pradyunsg/furo/tree/2024.04.27
Run
nox -s docs-live
Wait for the initial build to complete.
Modify source tree such that the pre-build command would fail.
For this reproducer, modify
src/furo/assets/styles/content/_admonitions.sass
to be invalid by adding a comma at the end of line 3 of that file.Notice an exception originating from the pre-build command and the output statement from sphinx-autobuild stating:
Fix the pre-build command and save a file that would be watched by the server.
For this reproducer, undo the addition done in step 4 (i.e. remove the comma) and save.
Notice that no rebuild was triggered.
The server keeps serving the relevant changes while this is happening.
The text was updated successfully, but these errors were encountered: