Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Extending Julia domain from Python domain is causing indexing issues #16

Open
agjohnson opened this issue Oct 21, 2015 · 0 comments
Open

Comments

@agjohnson
Copy link

Moving readthedocs/readthedocs.org#1382 here, as we've finally discovered the issue behind why search results sometimes mention Python objects.

The Sphinx Python domain uses hardcoded prefixes for building indexes, and since the Python domain is also loaded as part of the Julia domain subclassing, all objects are indexed under the Python and Julia domains. The domain should either be patched to work around the areas where this is hardcoded, or a proper domain should be written.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant