Skip to content

Commit b4b4141

Browse files
committed
Set MATURIN_PEP517_ARGS in readthedocs build
Specifically in the pre_create_environment step. Xref https://docs.readthedocs.com/platform/stable/build-customization.html#extend-or-override-the-build-process
1 parent 1393d57 commit b4b4141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build:
55
os: "ubuntu-24.04"
66
tools:
77
python: "mambaforge-23.11"
8+
jobs:
9+
pre_create_environment:
10+
- export MATURIN_PEP517_ARGS="--features cuda,pyo3";
811

912
# Build documentation in the docs/ directory with Sphinx
1013
sphinx:

0 commit comments

Comments
 (0)