You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
I am trying to get hoverxref to work for the last number of days and to no avail. I am working on some documentation, which is being built and hosted on readthedocs.com.
My issue is that the content is not loading, the window appears and the reference to each section works, but no content gets displayed.
I am using the following command in .rst: This is implemented in the :hoverxref:`class_of_interest<hoverxref:class_of_interest>` class.
I am using another library, Breathe, to link Doxygen for a C++ based applicaton to RTD. The section of documentation outlining this class is referenced as follows: .. _hoverxref:class_of_interest:
In my config file I have the following set-up for hoverxref:
Hi! Thanks for opening this issue. At first sight, I don't see anything wrong in your configuration. Is your project public? If not, can you create a small public project and host it on Read the Docs for Business (readthedocs.com) where I can reproduce this issue and explore with it (forking the repository if required)?
It seems to be working fine now. Although it seems strange that when I built it on readthedocs.com and viewed the build it did not show any content in the tooltip.
Is there a way to configure this so that I can avoid having to create a live build each time?
It seems to be working fine now. Although it seems strange that when I built it on readthedocs.com and viewed the build it did not show any content in the tooltip.
Maybe it was a cache issue?
Is there a way to configure this so that I can avoid having to create a live build each time?
Hi all,
I am trying to get hoverxref to work for the last number of days and to no avail. I am working on some documentation, which is being built and hosted on readthedocs.com.
My issue is that the content is not loading, the window appears and the reference to each section works, but no content gets displayed.
I am using the following command in .rst:
This is implemented in the :hoverxref:`class_of_interest<hoverxref:class_of_interest>` class.
I am using another library, Breathe, to link Doxygen for a C++ based applicaton to RTD. The section of documentation outlining this class is referenced as follows:
.. _hoverxref:class_of_interest:
In my config file I have the following set-up for hoverxref:
You will see that I am setting the :ref: command to use hoverxref.
Finally, in my requirements I have the following:
Any guidance would be greatly appreciated, this issue is leading to a roadblock in the progression of the document I am writing.
To clarify, I am seeing this issue both when I build and test locally, and when I build and test on the RTD hosted build.
The text was updated successfully, but these errors were encountered: