Update .readthedocs.yaml

This commit is contained in:
Stephen Mildenhall
2025-06-26 13:33:18 +01:00
parent fc9869c9e5
commit 75ce885b25
-6
View File
@@ -10,12 +10,6 @@ build:
tools:
python: "3.12"
jobs:
pre_build:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
- export PATH="$HOME/.cargo/bin:$PATH"
- pip install maturin
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py