-
Notifications
You must be signed in to change notification settings - Fork 41
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
Content not loading #224
Comments
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)? |
Hi, so I have created a public branch here: https://docs.srsran.com/en/hoverxref_test/general/source/5_devguide_test.html 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? |
Maybe it was a cache issue?
This is not currently possible in an easy way. Take a look at #112. BTW, are you using the Pull Request Builder (https://docs.readthedocs.io/en/latest/pull-requests.html)? |
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: