Update default version of require.js
Closes #851
Thanks for this PR!
Sadly, it doesn't seem to work, see the rendered documentation of "widgets": https://nbsphinx--853.org.readthedocs.build/en/853/code-cells.html#Interactive-Widgets-(HTML-only)
There's an error in the JavaScript console that's probably related:
Uncaught ReferenceError: define is not defined
<anonymous> https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@^1.0.1/dist/embed-amd.js:2
Good point, I'm not an expert in this area. For the issue raised in my project updating require.js was the solution. I'm also confused that a patch level increase can cause this issue. Let me check the changelog
Mhm, there is no changelog and the changes don't look related: https://github.com/requirejs/requirejs/compare/2.3.4...2.3.7
However when lookin into other PRs like https://github.com/spatialaudio/nbsphinx/pull/849 I think your CI is broken :-)
However when lookin into other PRs like #849 I think your CI is broken :-)
Yes, see #844, help is always welcome.
But this should be independent, right?