Skip to content

Commit bcfa6b9

Browse files
authored
Update conf.py
1 parent 1d39675 commit bcfa6b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
command_emscripten = 'cd ../..;\
1212
mamba init;\
1313
. /home/docs/.bashrc;\
14-
mamba create -p $PWD -f environment-wasm-build.yml -y;\
14+
echo $PWD;
15+
mamba create -p $PWD -f environment-wasm-build.yml -n xeus-cpp-wasm-build -y;\
1516
mamba activate xeus-cpp-wasm-build;\
1617
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
1718
mkdir build;\

0 commit comments

Comments
 (0)