Skip to content

Commit ca5d046

Browse files
authored
reactivate the docs (#93)
* fix docs * fix docs * fix docs
1 parent 0f7e03c commit ca5d046

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 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:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install micromamba
3535
uses: mamba-org/setup-micromamba@v1
3636
with:
37-
environment-file: environment-dev_${{matrix.emsdk_ver}}.yml
37+
environment-file: environment-dev.yml
3838
environment-name: pyjs-wasm
3939
condarc: |
4040
channels:

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

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ plugins:
3434
options:
3535
allow_inspection: true
3636
show_root_heading: true
37-
show_source: false
3837

3938

4039
markdown_extensions:

0 commit comments

Comments
 (0)