Skip to content
New issue

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

make run command error #276

Closed
beoin opened this issue Sep 4, 2024 · 2 comments
Closed

make run command error #276

beoin opened this issue Sep 4, 2024 · 2 comments

Comments

@beoin
Copy link

beoin commented Sep 4, 2024

In a clean state make run is currently throwing a FileNotFoundError.

To get around this build the project with make html first. This produces the required _build directory which satisfies subsequent calls to make run.

From a quick investigation the issue appears to be related to the arguments passed to sphinx-autobuild via sp-run.

@SecondSkoll
Copy link
Collaborator

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.

@SecondSkoll
Copy link
Collaborator

This has been resolved upstream with the merge of sphinx-doc/sphinx-autobuild#175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants