8000 DOC Update JupyterLite doc after JupyterLite 0.1.0b19 release (#1106) · sphinx-gallery/sphinx-gallery@d8ecf2e · GitHub
[go: up one dir, main page]

Skip to content

Commit d8ecf2e

Browse files
authored
DOC Update JupyterLite doc after JupyterLite 0.1.0b19 release (#1106)
1 parent c64db73 commit d8ecf2e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/configuration.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,9 +1147,13 @@ are:
11471147
may be instability or unexpected behaviour in the experience of users who
11481148
click JupyterLite links.
11491149

1150-
In order to enable JupyterLite links with Sphinx-Gallery, you must install the
1151-
`jupyterlite-sphinx <https://jupyterlite-sphinx.readthedocs.io>`_ package and
1152-
add it to your extensions in ``conf.py``::
1150+
In order to enable JupyterLite links with Sphinx-Gallery, you need to install
1151+
the `jupyterlite-sphinx <https://jupyterlite-sphinx.readthedocs.io>`_ package.
1152+
For `jupyterlite>=0.1.0b19` (released 15 March 2023) you also need to install
1153+
`jupyterlite-pyodide-kernel`.
1154+
1155+
You then need to add `jupyterlite_sphinx` to your Sphinx extensions in
1156+
``conf.py``::
11531157

11541158
extensions = [
11551159
...,

0 commit comments

Comments
 (0)
0