Skip to content

Commit aa57f91

Browse files
authored
Update conf.py
1 parent 29f7d9e commit aa57f91

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
@@ -32,7 +32,7 @@
3232
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \\
3333
-DXEUS_CPP_RESOURCE_DIR={XEUS_CPP_ROOT}/lib/clang/$LLVM_VERSION \\
3434
-DSYSROOT_PATH=$SYSROOT_PATH \\
35-
{XEUS_CPP_ROOT}/xeus-cpp/;
35+
{XEUS_CPP_ROOT};
3636
emmake make -j $(nproc --all) install;
3737
cd {XEUS_CPP_ROOT};
3838
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;

0 commit comments

Comments
 (0)