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

How to build docs? #3

Open
ferdymercury opened this issue Apr 23, 2020 · 1 comment
Open

How to build docs? #3

ferdymercury opened this issue Apr 23, 2020 · 1 comment

Comments

@ferdymercury
Copy link

What are the requirements to build the documentation?

If I call make, I get this error:
sphinx-build2: command not found

Maybe some instructions could be added to the README?

Thanks for the nice repo.

@ferdymercury
Copy link
Author

ferdymercury commented Apr 23, 2020

Changing in the Makefile sphinx-build2 with sphinx-build solved it for me. And you need before sudo pip2 install sphinx

But then I get: ImportError: No module named sphinx_rtd_theme

which was fixed with: sudo pip2 install sphinx_rtd_theme

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