Skip to content

Commit 08dd102

Browse files
committed
Update lite env
1 parent 54037a3 commit 08dd102

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
working-directory: lite
240240
run: |
241241
set -eux
242-
mkdir -p content && cp ../examples/*.jcad ../examples/*.STEP ../examples/*.stl ./content
242+
mkdir -p content && cp ../examples/*.jcad ../examples/*.STEP ../examples/*.stl ../examples/*.ipynb ./content
243243
jupyter lite build --contents content --output-dir dist
244244
245245
- name: Upload github-pages artifact
@@ -270,4 +270,3 @@ jobs:
270270
- name: Deploy to GitHub Pages
271271
id: deployment
272272
uses: actions/deploy-pages@v4
273-

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ build:
77

88
conda:
99
environment: docs/environment.yml
10+
11+
sphinx:
12+
configuration: docs/source/conf.py

lite/environment.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
name: xeus-python-kernel
22
channels:
3-
- https://repo.mamba.pm/emscripten-forge
3+
- https://prefix.dev/emscripten-forge-dev
44
- conda-forge
55
dependencies:
6+
- python=3.13
7+
- pip
68
- xeus-python
9+
- requests
10+
- jupyter_ydoc=2.1.5
11+
- ypywidgets>=0.9.6,<0.10.0
12+
- comm>=0.1.2,<0.2.0
13+
- pydantic>=2,<3
14+
- pip:
15+
- yjs-widgets>=0.4,<0.5
16+
- my-jupyter-shared-drive
17+
- ../python/jupytercad_lab
18+
- ../python/jupytercad_core

0 commit comments

Comments
 (0)