Skip to content

Commit ad2d354

Browse files
authored
Update conf.py
1 parent c22a03a commit ad2d354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
command_emscripten = 'cd ../../;\
1212
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
1313
export PATH="$PWD/bin:$PATH"; \
14-
export MAMBA_EXE='/home/docs/checkouts/readthedocs.org/user_builds/xeus-cpp/checkouts/361/bin/micromamba';\
15-
export MAMBA_ROOT_PREFIX='/home/docs/.local/share/mamba';\
14+
export MAMBA_EXE="$PWD/bin/micromamba";\
15+
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";\
1818
micromamba create -f environment-wasm-build.yml -y;\

0 commit comments

Comments
 (0)