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 removed jquery, and it seems our theme is still using it, hence JavaScript functionality, such as the search, is broken if the docs are built using Sphinx 6.
- Sill used as a peer dependency of Bootstrap
- Core jQuery dependency removed though
- Fixes#250
Co-authored-by: LB Johnston <lb.johnston@virginaustralia.com>
Sphinx 6 removed jquery, and it seems our theme is still using it, hence JavaScript functionality, such as the search, is broken if the docs are built using Sphinx 6.
I would recommend we also remove jquery, since I don't think we are using it very much; however as a quick fix there is an official sphinx jquery plugin. See: https://www.sphinx-doc.org/en/master/changes.html#id42
I will look into doing this, once I have some free time.
The text was updated successfully, but these errors were encountered: