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
The global and local dropdown TOCs do not work properly. You can check this even on your Sphinx Sample page.
The reason seems to be -- as far as I found out -- that in _static/js/jquery-fix.js the variable jQuery is unset after .noConflict(true) returns.
I am not really familiar with jQuery but it might be a problem with its upgrade. On Bootstrap Theme Demo under the older jQuery version it still works fine.
The text was updated successfully, but these errors were encountered:
The global and local dropdown TOCs do not work properly. You can check this even on your Sphinx Sample page.
The reason seems to be -- as far as I found out -- that in
_static/js/jquery-fix.js
the variablejQuery
is unset after.noConflict(true)
returns.I am not really familiar with jQuery but it might be a problem with its upgrade. On Bootstrap Theme Demo under the older jQuery version it still works fine.
The text was updated successfully, but these errors were encountered: