Skip to content

Commit c4bfd0f

Browse files
authored
Update conf.py
1 parent a7e3cfa commit c4bfd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
if on_rtd:
1010
XEUS_CPP_ROOT = os.path.abspath('../..')
11-
command_emscripten = 'cd ../..;\
11+
command_emscripten = 'cd ../../../../;\
1212
mamba init;\
1313
. /home/docs/.bashrc;\
1414
echo $PWD;\
15-
mamba create -p $PWD -f environment-wasm-build.yml -n xeus-cpp-wasm-build -y;\
15+
mamba create -p $PWD -f environment-wasm-build.yml -y;\
1616
mamba activate xeus-cpp-wasm-build;\
1717
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
1818
mkdir build;\

0 commit comments

Comments
 (0)