sphinx-hoverxref
sphinx-hoverxref copied to clipboard
Sphinx extension to show tooltips with content embedded when hover a reference.
It seems that Sphinx will remove jQuery in the future releases, see https://github.com/sphinx-doc/sphinx/issues/7405 When that happens, we will need to vendor our own jQuery version because tooltipster requires it.
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...
The documentation says this needs a backend server such as RTD. Is there a way of testing this locally? Thanks
We are logging a lot of lines similar like the following multiple times. One per time that we find a reference without a `typ` defined. ``` Using default style (tooltip)...
As others have said, thanks for the extension! It has made a huge difference in the usefulness of my documentation. I have the following problem: I have a glossary page...
Consider adding a documentation page mentioning people using this extension: * Scrapy: https://scrapy.org/doc/ * Hypothesis: https://hypothesis.readthedocs.io/ * returns: https://returns.readthedocs.io/ * poliastro: https://docs.poliastro.space/ * etc
I'd love to have a more visible UX indicator that a link on the page is hoverxref-enabled. I'd love a very obvious custom underline CSS style, as a start. Perhaps...
It would be great if there was an optional way to include a small brand for the extension on the hovers, so folks know more about how it is being...
Hey there - this is a really neat extension 👍 I saw in the docs that this is currently relying on a server to fetch the snippets before displaying. I...
Extend the document https://sphinx-hoverxref.readthedocs.io/en/latest/development.html to mention these: - tox - pytest - how to check the HTML built from a test case (`pytest -k test_python_domain` and check `firefox tests/examples/python-domain/index.html`)