From 9c134839904e913348e28cc5fb5cb046aec205f7 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 18:06:05 +0100 Subject: [PATCH] Another attempt to fix docs build --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5975b84..2b9e708 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,7 @@ build: os: ubuntu-24.04 tools: python: "3.13" - jobs: - pre_install: - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - . ~/.cargo/env + rust: "1.86" sphinx: configuration: docs/conf.py