File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1147,9 +1147,13 @@ are:
1147
1147
may be instability or unexpected behaviour in the experience of users who
1148
1148
click JupyterLite links.
1149
1149
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 ``::
1153
1157
1154
1158
extensions = [
1155
1159
...,
You can’t perform that action at this time.
0 commit comments