From 08261aaea2db0598540b1c619662a7e27f5800e0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 17:31:38 +0100 Subject: [PATCH] Attempt to fix readthedocs build --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 62cc0b0..0b31c7a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,10 @@ 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 + - source ~/.cargo/env sphinx: configuration: docs/conf.py