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
What are the requirements to build the documentation?
If I call make, I get this error: sphinx-build2: command not found
sphinx-build2: command not found
Maybe some instructions could be added to the README?
Thanks for the nice repo.
The text was updated successfully, but these errors were encountered:
Changing in the Makefile sphinx-build2 with sphinx-build solved it for me. And you need before sudo pip2 install sphinx
sphinx-build2
sphinx-build
sudo pip2 install sphinx
But then I get: ImportError: No module named sphinx_rtd_theme
ImportError: No module named sphinx_rtd_theme
which was fixed with: sudo pip2 install sphinx_rtd_theme
sudo pip2 install sphinx_rtd_theme
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: