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

Module Index Error 404 page #182

Open
mwestphal opened this issue Nov 25, 2022 · 1 comment
Open

Module Index Error 404 page #182

mwestphal opened this issue Nov 25, 2022 · 1 comment

Comments

@mwestphal
Copy link

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 ?

@svenevs
Copy link
Owner

svenevs commented Nov 26, 2022

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 🙃).

I would like to leave this open until I document a suggestion to remove that from the generated index.rst.

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