File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88
99if on_rtd :
1010 XEUS_CPP_ROOT = os .path .abspath ('../..' )
11- command_emscripten = 'cd {0};\
11+ command_emscripten = 'cd ..;\
12+ mkdir -p "$HOME/micromamba";\
13+ curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
14+ "$HOME/micromamba/bin/micromamba" shell init -s bash -p "$HOME/micromamba";\
1215 micromamba create -f environment-wasm-build.yml -y;\
1316 micromamba activate xeus-cpp-wasm-build;\
1417 micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
3639 --contents notebooks/images/marie.png \
3740 --contents notebooks/audio/audio.wav \
3841 --output-dir $READTHEDOCS_OUTPUT/html/xeus-cpp;' .format (XEUS_CPP_ROOT )
39- subprocess .call ('cd {0}/docs/ ; doxygen' , shell = True )
42+ subprocess .call ('cd .. ; doxygen' , shell = True )
4043 subprocess .call (command_emscripten .format (XEUS_CPP_ROOT ), shell = True )
4144
4245
You can’t perform that action at this time.
0 commit comments