Skip to content

Commit 4cee142

Browse files
authored
Merge pull request #83 from martinRenou/update_lite_build
Update lite build in documentation
2 parents de7fbb8 + 2e64e76 commit 4cee142

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+
- python=3.9
11+
- pip:
12+
- jupyterlab-blockly
13+
# Remove all pinning when we support jupyterlab v4 in jupyterlab-blockly
14+
- jupyterlite-core===0.1.3
15+
- jupyterlite-sphinx===0.9.3
16+
- jupyterlite-xeus===0.1.8

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)