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 a7e3cfa commit c4bfd0fCopy full SHA for c4bfd0f
docs/source/conf.py
@@ -8,11 +8,11 @@
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
echo $PWD;\
15
- mamba create -p $PWD -f environment-wasm-build.yml -n xeus-cpp-wasm-build -y;\
+ mamba create -p $PWD -f environment-wasm-build.yml -y;\
16
mamba activate xeus-cpp-wasm-build;\
17
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
18
mkdir build;\
0 commit comments