Skip to content

Commit 901e558

Browse files
authored
Update conf.py
1 parent 79e9671 commit 901e558

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ def get_years(start_year=2021):
5757
# Add any Sphinx extension module names here, as strings. They can be
5858
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5959
# ones.
60-
import plotly.io as pio
61-
pio.renderers.default = "sphinx_gallery"
60+
61+
#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+
]
6266

6367
def setup(app):
6468
app.add_javascript('https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js')

0 commit comments

Comments
 (0)