Skip to content

Commit

Permalink
Update lite build in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Feb 14, 2024
1 parent de7fbb8 commit f94eac7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build:
python: "mambaforge-4.10"

conda:
environment: docs/environment.yml
environment: docs/build-environment.yml
16 changes: 16 additions & 0 deletions docs/build-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: jupyterlab-blockly-docs

channels:
- conda-forge

dependencies:
- mamba
- myst-parser
- pydata-sphinx-theme
- jupyterlab
- yarn
- pip:
- ..
- jupyterlite-core
- jupyterlite-sphinx
- jupyterlite-xeus
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@
# Jupyterlite
jupyterlite_contents = ["example.jpblockly", "logic.jpblockly", "loops.jpblockly", "text_and_lists.jpblockly", "functions.jpblockly"]
jupyterlite_dir = "."
jupyterlite_config = "jupyterlite_config.json"
14 changes: 4 additions & 10 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: jupyterlab-blockly-docs

name: xeus-kernels
channels:
- https://repo.mamba.pm/emscripten-forge
- conda-forge

dependencies:
- mamba
- myst-parser
- pydata-sphinx-theme
- pip:
- jupyterlite ==0.1.0b18
- jupyterlite-sphinx
- jupyterlite-xeus-lua
- xeus-python
- xeus-lua
12 changes: 0 additions & 12 deletions docs/jupyterlite_config.json

This file was deleted.

0 comments on commit f94eac7

Please sign in to comment.