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
I'm using exhale to deploy a doxygen documentation here. https://f3d.app/doc/libf3d/doxygen/
There is a link to "Module Index" that leads to an error 404.
According to the doc it may be related to Python ? https://exhale.readthedocs.io/en/1.x/py-modindex.html
Also the legacy docs of exhale of the same exact issue: https://exhale.readthedocs.io/en/legacy_docs/
Can this be controlled in the conf.py somehow ? Or is it an exhale issue ?
The text was updated successfully, but these errors were encountered:
The module index is a little confusing from sphinx-quickstart. That's python only:
https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#special-names
If you aren't documenting any python code (in addition to exhale) then you should remove it:
https://github.com/f3d-app/f3d/blob/gh-pages/doc/libf3d/doxygen/_sources/index.rst.txt#L26
Probably linking to the wrong branch or repo but wherever index.rst is (writing from a phone miles from a computer 🙃).
index.rst
I would like to leave this open until I document a suggestion to remove that from the generated index.rst.
Sorry, something went wrong.
No branches or pull requests
I'm using exhale to deploy a doxygen documentation here.
https://f3d.app/doc/libf3d/doxygen/
There is a link to "Module Index" that leads to an error 404.
According to the doc it may be related to Python ?
https://exhale.readthedocs.io/en/1.x/py-modindex.html
Also the legacy docs of exhale of the same exact issue:
https://exhale.readthedocs.io/en/legacy_docs/
Can this be controlled in the conf.py somehow ? Or is it an exhale issue ?
The text was updated successfully, but these errors were encountered: