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 html fail when generate document in local computer #5

Open
Mamba413 opened this issue Apr 5, 2023 · 1 comment
Open

make html fail when generate document in local computer #5

Mamba413 opened this issue Apr 5, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on

Comments

@Mamba413
Copy link
Collaborator

Mamba413 commented Apr 5, 2023

Conduct the command:

make html

but the following error occurs:

/bin/sh: sphinx-build: command not found
make: *** [html] Error 127

But, actually, sphinx has been installed.

Details about Environment:

  • OS: macOS 13.2.1 (22D68)
  • Chip: M1
  • Python: 3.9.12
@Mamba413 Mamba413 self-assigned this Apr 5, 2023
@Mamba413
Copy link
Collaborator Author

Mamba413 commented Apr 5, 2023

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)

@Mamba413 Mamba413 added the documentation Improvements or additions to documentation label May 31, 2023
@Mamba413 Mamba413 added the wontfix This will not be worked on label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant