Skip to content
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

support sphinx 6.0 without jquery #239

Closed
onerandomusername opened this issue Oct 17, 2022 · 2 comments
Closed

support sphinx 6.0 without jquery #239

onerandomusername opened this issue Oct 17, 2022 · 2 comments

Comments

@onerandomusername
Copy link

The biggest change in sphinx 6.0 is removal of jQuery which hoverxref relies on.

https://www.sphinx-doc.org/en/master/changes.html

Uncaught ReferenceError: $ is not defined
    <anonymous> http://127.0.0.1:8009/_static/js/hoverxref.js:95
[hoverxref.js:95:1](http://127.0.0.1:8009/_static/js/hoverxref.js)
    <anonymous> http://127.0.0.1:8009/_static/js/hoverxref.js:95
Uncaught ReferenceError: jQuery is not defined
    <anonymous> http://127.0.0.1:8009/_static/js/tooltipster.bundle.min.js:1
    <anonymous> http://127.0.0.1:8009/_static/js/tooltipster.bundle.min.js:1
[tooltipster.bundle.min.js:1:163](http://127.0.0.1:8009/_static/js/tooltipster.bundle.min.js)
    <anonymous> http://127.0.0.1:8009/_static/js/tooltipster.bundle.min.js:1
    <anonymous> http://127.0.0.1:8009/_static/js/tooltipster.bundle.min.js:1

documentation dependencies:

docutils==0.19
Sphinx==6.0.0b1
sphinxcontrib-trio==1.1.2
sphinx-hoverxref==1.1.3
sphinx-autobuild==2021.3.14
sphinxcontrib-towncrier==0.3.0a0
towncrier==22.8.0
@benjaoming
Copy link
Contributor

Hi @onerandomusername !

You're absolutely right about this. There's an issue open here already, so I'll close this one: #160

@onerandomusername
Copy link
Author

aha, I didn't see that issue, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants