Skip to content

Commit 8dbcb90

Browse files
committed
Revert "Update conf.py"
This reverts commit 17e3b75.
1 parent 17e3b75 commit 8dbcb90

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_ROOT_PREFIX="/home/docs/checkouts/readthedocs.org/user_builds/xeus-cpp/conda/";
16-
eval $(micromamba shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null);
16+
eval $(micromamba shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";
1717
micromamba create -f environment-wasm-build.yml -y;
1818
micromamba activate xeus-cpp-wasm-build;
1919
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;

0 commit comments

Comments
 (0)