Skip to content

Commit 38c6ac4

Browse files
committed
fix docs
1 parent 0f7e03c commit 38c6ac4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- emsdk_ver: "3.1.45"
25-
python_version: "3.11"
24+
- emsdk_ver: "3.1.73"
25+
python_version: "3.13"
2626

2727

2828
steps:

build_mkdocs.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ if [ ! -d "$WASM_ENV_PREFIX" ]; then
1818
echo "Creating wasm env $WASM_ENV_NAME"
1919
micromamba create -n $WASM_ENV_NAME \
2020
--platform=emscripten-wasm32 \
21-
-c https://repo.mamba.pm/emscripten-forge \
22-
-c https://repo.mamba.pm/conda-forge \
21+
-c https://repo.prefix.dev/emscripten-forge-dev\
22+
-c https://repo.prefix.dev/conda-forge \
2323
--yes \
2424
python=$PYTHON_VERSION "pybind11" nlohmann_json pybind11_json numpy \
2525
bzip2 sqlite zlib zstd libffi exceptiongroup\
26-
"xeus" "xeus-lite" xeus-python "xeus-javascript" xtl "ipython=8.22.2=py311had7285e_1" "traitlets>=5.14.2" \
27-
openssl
26+
"xeus" "xeus-lite" xeus-python "xeus-javascript" xtl "ipython" "traitlets>=5.14.2" \
27+
openssl liblzma
2828

2929
else
3030
echo "Wasm env $WASM_ENV_NAME already exists"
@@ -100,7 +100,7 @@ if true; then
100100
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
101101
-DCMAKE_INSTALL_PREFIX=$PREFIX \
102102
-DXPYT_EMSCRIPTEN_WASM_BUILD=ON \
103-
-DCMAKE_INCLUDE_PATH=$WASM_ENV_PREFIX/include/python3.11
103+
-DCMAKE_INCLUDE_PATH=$WASM_ENV_PREFIX/include/python3.13
104104

105105

106106
emmake make -j8 install

0 commit comments

Comments
 (0)