You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sphinx 6.0 is going to remove the jquery dependency by default. We use jquery a little bit in this theme, though likely not in a way that strictly requires jquery.
Context
Sphinx 6.0 is going to remove the jquery dependency by default. We use jquery a little bit in this theme, though likely not in a way that strictly requires jquery.
Here's a GitHub CS search for the
$(
symbolNote that our parent theme removed JQuery as a dependency here:
Proposal
We should remove all of our code that depends on JQuery, and only manually add the JQuery dependency if we really need it.
Tasks and updates
$(
in the theme as well as JQuery notes anywheretooltip
functionality and popper.jsdiv.tooltip
since we no longer use Bootstrap for thisThe text was updated successfully, but these errors were encountered: