readthedocs / sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference.
https://sphinx-hoverxref.readthedocs.io/
MIT License
95 stars 40 forks source link

jQuery: inject the CDN version if Sphinx>=6.x #204

Closed humitos closed 2 years ago

humitos commented 2 years ago

Sphinx>=6.x will remove jQuery framework. As this extension depends on jQuery, we will include it by ourselves.

Closes #160

agjohnson commented 2 years ago

Any update here? Is this blocked on discussions upstream at Sphinx about some generalized solution to the jQuery issue?

humitos commented 2 years ago

We have been talking with @benjaoming about creating a minimal sphinx-jquery extension instead. This is what was suggested upstream as well. I think it's the easiest way to solve the immediate problem.

humitos commented 2 years ago

I'm closing this PR for now because we have changed directions here. In any case, we can come back to it if it's required.