diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6d1b39e..a869b6e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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