Skip to content

Commit

Permalink
Docs: Fix jupyterlite deployment (#3919)
Browse files Browse the repository at this point in the history
* Docs: Update redirect link

* Missing pyodide kernel
  • Loading branch information
martinRenou committed May 24, 2024
1 parent a91f804 commit ecddab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ dependencies:
- bqplot
- ipykernel
- ipyleaflet
- jupyterlite >=0.3.0,<0.4.0
- jupyterlite-core >=0.3.0,<0.4.0
- jupyterlite-pyodide-kernel
- matplotlib-base
- numpy
- scikit-image
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ipyleaflet
jupyter-client
jupyter-packaging
jupyterlab >=4
jupyterlite >=0.3.0<0.4.0
jupyterlite-core >=0.3.0<0.4.0
jupyterlite-pyodide-kernel >=0.3.0<0.4.0
matplotlib
myst-nb >=0.17,<0.18
numpy
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setup(app):
rediraffe_redirects = {
"typedoc/index": "_static/typedoc/index",
"try/lab/index": "_static/lab/index",
"try/notebook/index": "_static/tree/index",
"try/tree/index": "_static/tree/index",
}

# -- html --------------------------
Expand Down

0 comments on commit ecddab9

Please sign in to comment.