Skip to content

Commit

Permalink
DOC: start to configure JupyterLite
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 14, 2024
1 parent 534833e commit ee7df9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'jupyterlite_sphinx',
'matplotlib.sphinxext.plot_directive',
'numpydoc',
'sphinx.ext.autodoc',
Expand Down Expand Up @@ -287,3 +288,8 @@
'numpy': ('https://numpy.org/devdocs', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
}

# -- Options for JupyterLite -------------------------------------------------

global_enable_try_examples = True
try_examples_global_button_text = "Try it in your browser!"

0 comments on commit ee7df9b

Please sign in to comment.