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
make html
Conduct the command:
but the following error occurs:
/bin/sh: sphinx-build: command not found make: *** [html] Error 127
But, actually, sphinx has been installed.
sphinx
Details about Environment:
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/37757151/the-sphinx-build-command-was-not-found provide an effective approach to address this. In summary, conduct below commands:
brew install sphinx-doc export PATH="/usr/local/opt/sphinx-doc/bin:$PATH" # export PATH="/opt/homebrew/opt/sphinx-doc/bin:$PATH" (for mac M1 ARM computers)
Sorry, something went wrong.
Mamba413
No branches or pull requests
Conduct the command:
but the following error occurs:
But, actually,
sphinx
has been installed.Details about Environment:
The text was updated successfully, but these errors were encountered: