-
Notifications
You must be signed in to change notification settings - Fork 125
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
3.1.9: build fails #325
Comments
You need to install the sphinx press theme: https://pypi.org/project/sphinx-press-theme/ However, the "docs" target builds the website, so unless you are specifically doing something with the website, I'd recommend just disabling the docs. |
To be honest I'm not interested html documentation but man pages (because it is basic any unix documentation format). Looks like conf.py has no at all |
There are no man pages for Imath, although that's on the list of things to do. sphinx-press-theme is listed in docs/requirements.txt, and in the "html_theme" setting in conf.py, but as I understand it, it's a "theme" not an "extension", so I don't think it belongs in the extensions list, but correct me if I'm wrong. |
Sphinx allows generate documentation in +10 possible formats. |
I'm using doxygen 1.9.7.
The text was updated successfully, but these errors were encountered: