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 554cf6c commit 6076ff6Copy full SHA for 6076ff6
docs/source/conf.py
@@ -10,6 +10,7 @@
10
XEUS_CPP_ROOT = os.path.abspath('../..')
11
command_emscripten = 'cd ..;\
12
mamba init;\
13
+ . /home/docs/.bashrc;\
14
mamba create -f environment-wasm-build.yml -y;\
15
mamba activate xeus-cpp-wasm-build;\
16
mamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
0 commit comments