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

Fix sphinx-build error arising when .github/workflows/readthedocs.yml is run #15

Open
evevkovacs opened this issue Jun 6, 2023 · 0 comments

Comments

@evevkovacs
Copy link
Collaborator

This is the workflow to build the documentation on a weekly basis. The error is:

Run sphinx-build -T -E -b html -d docs/build/doctrees docs/source docs/build/html
/home/runner/work/_temp/3e3d9b21-c69f-479e-9561-807e262a6907.sh: line 1: sphinx-build: command not found
Error: Process completed with exit code 127.###

The workflow contains a line to mamba install sphinx, which should contain the sphinx-build command, so I'm not sure how to fix this error.

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

1 participant