File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 77
88conda :
99 environment : docs/environment.yml
10+
11+ sphinx :
12+ configuration : docs/source/conf.py
Original file line number Diff line number Diff line change 11name : xeus-python-kernel
22channels :
3- - https://repo.mamba.pm /emscripten-forge
3+ - https://prefix.dev /emscripten-forge-dev
44 - conda-forge
55dependencies :
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
You can’t perform that action at this time.
0 commit comments