From 75ce885b25ca2fc941baaa8a828b42f72c592fd6 Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Thu, 26 Jun 2025 13:33:18 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 ------ 1 file changed, 6 deletions(-) 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