Skip to content

Commit aa7c1c8

Browse files
authored
Update conf.py
1 parent 21b72ac commit aa7c1c8

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,8 +9,7 @@
99
if on_rtd:
1010
XEUS_CPP_ROOT = os.path.abspath('../..')
1111
command_emscripten = 'cd ..;\
12-
mkdir -p "$HOME/micromamba";\
13-
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
12+
mamba init;\
1413
mamba create -f environment-wasm-build.yml -y;\
1514
mamba activate xeus-cpp-wasm-build;\
1615
mamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)