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 8
8
9
9
if on_rtd :
10
10
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";\
12
15
micromamba create -f environment-wasm-build.yml -y;\
13
16
micromamba activate xeus-cpp-wasm-build;\
14
17
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
36
39
--contents notebooks/images/marie.png \
37
40
--contents notebooks/audio/audio.wav \
38
41
--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 )
40
43
subprocess .call (command_emscripten .format (XEUS_CPP_ROOT ), shell = True )
41
44
42
45
You can’t perform that action at this time.
0 commit comments