This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Tooltip Content Not Generating with Read the Docs #285
Open
Description
Hello, I have been trying to get this to work for a few hours now, but I have not been able to come up with a solution.
I am using Read the Docs, specifically the Basic Business Plan, and the Sphinx Book HTML theme.
I read through an issue you all were having with Jupyter Notebook, but it seems to have been resolved. I am using the latest version of hoverxref.
I have tried the following:
- Disabling all other extensions,
- Changing themes to sphinx_rtd_theme,
- Removing everything except the extension,
- Changing the default behavior,
- Adding hoverxref_api_host = 'https://readthedocs.org' to conf.py file,
- And more.
Are there any other requirements, beyond what's listed in the documentation, that need to be considered to get hoverxref to work with the Sphinx Book theme or any other theme? (I also tried it with sphinx_rtd_theme, but it did not work).
Do I need to configure the readthedocs.yml file in a certain way?