Skip to content

Commit 90a180d

Browse files
authored
Update conf.py
1 parent 414b0cc commit 90a180d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
if on_rtd:
1010
XEUS_CPP_ROOT = os.path.abspath('../..')
1111
command_emscripten = 'cd ../../;\
12-
/bin/bash;\
1312
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
1413
export PATH="$PWD/bin:$PATH"; \
1514
export MAMBA_EXE="$PWD/bin/micromamba";\
1615
export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";\
1716
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
1817
alias micromamba="$MAMBA_EXE";\
19-
eval "$(micromamba shell hook --shell bash)";\
18+
/bin/bash eval "$(micromamba shell hook --shell bash)";\
2019
micromamba create -f environment-wasm-build.yml -y;\
2120
micromamba activate xeus-cpp-wasm-build;\
2221
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)