Skip to content

Commit ecddab9

Browse files
authored
Docs: Fix jupyterlite deployment (#3919)
* Docs: Update redirect link * Missing pyodide kernel
1 parent a91f804 commit ecddab9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies:
2828
- bqplot
2929
- ipykernel
3030
- ipyleaflet
31-
- jupyterlite >=0.3.0,<0.4.0
31+
- jupyterlite-core >=0.3.0,<0.4.0
32+
- jupyterlite-pyodide-kernel
3233
- matplotlib-base
3334
- numpy
3435
- scikit-image

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ipyleaflet
66
jupyter-client
77
jupyter-packaging
88
jupyterlab >=4
9-
jupyterlite >=0.3.0<0.4.0
9+
jupyterlite-core >=0.3.0<0.4.0
10+
jupyterlite-pyodide-kernel >=0.3.0<0.4.0
1011
matplotlib
1112
myst-nb >=0.17,<0.18
1213
numpy

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def setup(app):
131131
rediraffe_redirects = {
132132
"typedoc/index": "_static/typedoc/index",
133133
"try/lab/index": "_static/lab/index",
134-
"try/notebook/index": "_static/tree/index",
134+
"try/tree/index": "_static/tree/index",
135135
}
136136

137137
# -- html --------------------------

0 commit comments

Comments
 (0)