We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c49f2 commit a8cc5cbCopy full SHA for a8cc5cb
1 file changed
ratspy/.readthedocs.yaml
@@ -14,7 +14,7 @@ build:
14
- asdf global rust 1.90.0
15
- py=$(which python) && base="${py%python}" && export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${base}../lib" && cd ratspy && cargo run --bin stub_gen --no-default-features
16
- cd ratspy && maturin build
17
- - pip install target/wheels/*.whl
+ - file=target/wheels/*.whl && pip install ${file}
18
19
sphinx:
20
configuration: ratspy/docs/conf.py
0 commit comments