We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @onerandomusername !
You're absolutely right about this. There's an issue open here already, so I'll close this one: #160
Sorry, something went wrong.
aha, I didn't see that issue, sorry!
No branches or pull requests
The biggest change in sphinx 6.0 is removal of jQuery which hoverxref relies on.
https://www.sphinx-doc.org/en/master/changes.html
documentation dependencies:
The text was updated successfully, but these errors were encountered: