Skip to content

Commit e91b1cf

Browse files
authored
Update conf.py
1 parent a9858fa commit e91b1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";\
1616
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
1717
alias micromamba="$MAMBA_EXE";\
18+
eval "$(micromamba shell hook --shell bash)";\
1819
micromamba create -f environment-wasm-build.yml -y;\
1920
micromamba activate xeus-cpp-wasm-build;\
2021
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)