We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e9671 commit 901e558Copy full SHA for 901e558
docs/source/conf.py
@@ -57,8 +57,12 @@ def get_years(start_year=2021):
57
# Add any Sphinx extension module names here, as strings. They can be
58
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
59
# ones.
60
-import plotly.io as pio
61
-pio.renderers.default = "sphinx_gallery"
+
+#https://github.com/spatialaudio/nbsphinx/issues/128#issuecomment-1158712159
62
+html_js_files = [
63
+ "require.min.js", # Add to your _static
64
+ "custom.js",
65
+]
66
67
def setup(app):
68
app.add_javascript('https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js')
0 commit comments