Skip to content

Commit c808c2b

Browse files
authored
Update conf.py
1 parent fbcc269 commit c808c2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;
3838
micromamba activate xeus-lite-host;
3939
python -m pip install jupyterlite-xeus jupyter_server;
40-
jupyter lite build --settings-overrides=overrides.json --XeusAddon.prefix=$PREFIX \\
40+
jupyter lite build --settings-overrides=overrides.json \\
41+
--XeusAddon.prefix=$PREFIX \\
4142
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4243
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
4344
--contents notebooks/xeus-cpp-lite-demo.ipynb \\

0 commit comments

Comments
 (0)