Skip to content

Commit 1d39675

Browse files
authored
Update conf.py
1 parent 7605b40 commit 1d39675

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
@@ -8,12 +8,12 @@
88

99
if on_rtd:
1010
XEUS_CPP_ROOT = os.path.abspath('../..')
11-
command_emscripten = 'cd ..;\
11+
command_emscripten = 'cd ../..;\
1212
mamba init;\
1313
. /home/docs/.bashrc;\
1414
mamba create -p $PWD -f environment-wasm-build.yml -y;\
1515
mamba activate xeus-cpp-wasm-build;\
16-
mamba create -p $PWD -f environment-wasm-host.yml --platform=emscripten-wasm32;\
16+
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
1717
mkdir build;\
1818
cd build;\
1919
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\

0 commit comments

Comments
 (0)