Skip to content

Commit 7605b40

Browse files
authored
Update conf.py
1 parent 6076ff6 commit 7605b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
command_emscripten = 'cd ..;\
1212
mamba init;\
1313
. /home/docs/.bashrc;\
14-
mamba create -f environment-wasm-build.yml -y;\
14+
mamba create -p $PWD -f environment-wasm-build.yml -y;\
1515
mamba activate xeus-cpp-wasm-build;\
16-
mamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
16+
mamba create -p $PWD -f environment-wasm-host.yml --platform=emscripten-wasm32;\
1717
mkdir build;\
1818
cd build;\
1919
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\

0 commit comments

Comments
 (0)