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 on mac throws error #4

Closed
kylemath opened this issue Aug 22, 2020 · 2 comments
Closed

make html on mac throws error #4

kylemath opened this issue Aug 22, 2020 · 2 comments

Comments

@kylemath
Copy link
Contributor

still working on debug, but to keep track of bugs here is one, as @JohnGriffiths suspected, may not work on mac natively:

(venv) Kyles-MacBook-Pro:doc kylemathewson$ make html
/bin/sh: sphinx-build: command not found
make: *** [html] Error 127

@JohnGriffiths
Copy link
Collaborator

JohnGriffiths commented Aug 23, 2020

Thanks for the info.

Open to suggestions re: doc build support on mac. Haven't looked into it.

Currently things work for linux, and indirectly for windows visa WSL (which is how I've been doing it so far).


Looking at the error you have: it sounds like it's read the Makefile correctly but is stumbling on sphinx .

Do you definitely have the sphinx etc python libraries installed in that env?

@kylemath
Copy link
Contributor Author

ok I figured it out, I hadn't install any packages because of #3, so I removed that dependency from the .txt and installed, now this runs,

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