Skip to content

Commit f94eac7

Browse files
committed
Update lite build in documentation
1 parent de7fbb8 commit f94eac7

File tree

5 files changed

+21
-24
lines changed

5 files changed

+21
-24
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build:
66
python: "mambaforge-4.10"
77

88
conda:
9-
environment: docs/environment.yml
9+
environment: docs/build-environment.yml

docs/build-environment.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: jupyterlab-blockly-docs
2+
3+
channels:
4+
- conda-forge
5+
6+
dependencies:
7+
- mamba
8+
- myst-parser
9+
- pydata-sphinx-theme
10+
- jupyterlab
11+
- yarn
12+
- pip:
13+
- ..
14+
- jupyterlite-core
15+
- jupyterlite-sphinx
16+
- jupyterlite-xeus

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@
7878
# Jupyterlite
7979
jupyterlite_contents = ["example.jpblockly", "logic.jpblockly", "loops.jpblockly", "text_and_lists.jpblockly", "functions.jpblockly"]
8080
jupyterlite_dir = "."
81-
jupyterlite_config = "jupyterlite_config.json"

docs/environment.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
name: jupyterlab-blockly-docs
2-
1+
name: xeus-kernels
32
channels:
3+
- https://repo.mamba.pm/emscripten-forge
44
- conda-forge
5-
65
dependencies:
7-
- mamba
8-
- myst-parser
9-
- pydata-sphinx-theme
10-
- pip:
11-
- jupyterlite ==0.1.0b18
12-
- jupyterlite-sphinx
13-
- jupyterlite-xeus-lua
6+
- xeus-python
7+
- xeus-lua

docs/jupyterlite_config.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)