Skip to content

Commit 5d5b3f6

Browse files
authored
Update conf.py
1 parent 2268544 commit 5d5b3f6

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
@@ -13,7 +13,7 @@
1313
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;
1414
export PATH="$PWD/bin:$PATH";
1515
export MAMBA_EXE="$PWD/bin/micromamba";
16-
export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";
16+
export MAMBA_ROOT_PREFIX="/home/docs/checkouts/readthedocs.org/user_builds/xeus-cpp/conda/";
1717
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";
1818
eval "$__mamba_setup";
1919
alias micromamba="$MAMBA_EXE";

0 commit comments

Comments
 (0)