We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7605b40 commit 1d39675Copy full SHA for 1d39675
docs/source/conf.py
@@ -8,12 +8,12 @@
8
9
if on_rtd:
10
XEUS_CPP_ROOT = os.path.abspath('../..')
11
- command_emscripten = 'cd ..;\
+ command_emscripten = 'cd ../..;\
12
mamba init;\
13
. /home/docs/.bashrc;\
14
mamba create -p $PWD -f environment-wasm-build.yml -y;\
15
mamba activate xeus-cpp-wasm-build;\
16
- mamba create -p $PWD -f environment-wasm-host.yml --platform=emscripten-wasm32;\
+ CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
17
mkdir build;\
18
cd build;\
19
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
0 commit comments