Skip to content

Commit 414b0cc

Browse files
authored
Update conf.py
1 parent 8727447 commit 414b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if on_rtd:
1010
XEUS_CPP_ROOT = os.path.abspath('../..')
1111
command_emscripten = 'cd ../../;\
12-
chsh -s /bin/bash;\
12+
/bin/bash;\
1313
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
1414
export PATH="$PWD/bin:$PATH"; \
1515
export MAMBA_EXE="$PWD/bin/micromamba";\

0 commit comments

Comments
 (0)