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
If you need require.js, or there is some other extension that includes require.js (the example case was nbsphinx including require.js, see #25, 32e12de), then that breaks all javascript ("Error: Mismatched anonymous define() module:").
I suppose there are ways to let bootstrap and requirejs (if included) play nicely together.
The text was updated successfully, but these errors were encountered:
suggests that you can load bootstrap using requirejs. This is maybe a heavy-weight option, but one idea is to either load RequireJS with the theme, or to add an option to do so...
If you need require.js, or there is some other extension that includes require.js (the example case was nbsphinx including require.js, see #25, 32e12de), then that breaks all javascript ("Error: Mismatched anonymous define() module:").
I suppose there are ways to let bootstrap and requirejs (if included) play nicely together.
The text was updated successfully, but these errors were encountered: