Manuel Kaufmann
Manuel Kaufmann
Hi @zhenry9! This is probably an error in the backend API and how it's doing the parsing of the content before returning it. Unfortunately, that code is not (yet) public...
I did some experiments on this and it gets dirty too quickly (but, hey!, it works). Basically, we need to: - get the specific HTML node for the definition -...
We talked about this some time ago and I suggested to use a small 💡 icon. See https://github.com/readthedocs/sphinx-hoverxref/issues/11#issuecomment-609042369 It should not be hard to make this change, but I'd like...
Note that support for `sphinxcontrib-bibtex` was added in #149 using the same structure we already had.
Unfortunately, there is no way to disable logging currently, as far as I know. I found this message bothering myself as well, but I'm not sure what's the best way...
The removal will happen on 6.0: https://github.com/sphinx-doc/sphinx/issues/10070
This will be managed by the `sphinx-jquery` extension we plan to create in the near future. I'm removing it from my current sprint because I'm not working on it for...
@leotrs are you trying to test the extension to collaborate as a developer? If this is the case, you can take a look at https://sphinx-hoverxref.readthedocs.io/en/latest/development.html or are you trying to...
@astrojuanlu reading the feedback from that PR, the only mention to hoverxref I found is the following: > Feedback: too easy to accidentally trigger opening a popup and too difficult...
Hi @choldgraf! Thanks for your suggestion. I've thought about this already and had two ideas to implement this: 1. Embed all the contents of all the tooltips in the same...