Skip to content

Commit cb4a0f2

Browse files
authored
Update conf.py
1 parent bd1f80b commit cb4a0f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
. /home/docs/.bashrc;\
1414
echo $PWD;\
1515
find . -name "*";\
16-
mamba create --file ./environment-wasm-build.yml -y;\
16+
mamba create -n xeus-cpp-wasm-build emscripten_emscripten-wasm32==3.1.73 -c https://repo.prefix.dev/emscripten-forge-dev -y;\
1717
mamba activate xeus-cpp-wasm-build;\
18-
CONDA_SUBDIR=emscripten-wasm32 mamba create --file ./environment-wasm-host.yml -y;\
18+
mamba create -n environment-wasm-host nlohmann_json=3.12.0 xeus-lite xeus CppInterOp cpp-argparse pugixml doctest -c https://repo.prefix.dev/emscripten-forge-dev -y;\
1919
mkdir build;\
2020
cd build;\
2121
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
@@ -31,7 +31,7 @@
3131
{0}/xeus-cpp/;\
3232
emmake make -j $(nproc --all) install;\
3333
cd {0};\
34-
mamba create -n xeus-lite-host jupyterlite-core -c conda-forge;\
34+
mamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge;\
3535
mamba activate xeus-lite-host;\
3636
python -m pip install jupyterlite-xeus jupyter_server;\
3737
jupyter lite build --XeusAddon.prefix=$PREFIX \

0 commit comments

Comments
 (0)