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 534833e commit ee7df9bCopy full SHA for ee7df9b
doc/source/conf.py
@@ -34,6 +34,7 @@
34
# Add any Sphinx extension module names here, as strings. They can be extensions
35
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
36
extensions = [
37
+ 'jupyterlite_sphinx',
38
'matplotlib.sphinxext.plot_directive',
39
'numpydoc',
40
'sphinx.ext.autodoc',
@@ -287,3 +288,8 @@
287
288
'numpy': ('https://numpy.org/devdocs', None),
289
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
290
}
291
+
292
+# -- Options for JupyterLite -------------------------------------------------
293
294
+global_enable_try_examples = True
295
+try_examples_global_button_text = "Try it in your browser!"
0 commit comments