Skip to content

Commit a7e3cfa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

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

0 commit comments

Comments
 (0)