From 1b31ca12affaeb2237381641bf66ba449e30dfe2 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Thu, 21 Dec 2023 13:12:34 +0000 Subject: [PATCH] Update rtd config --- .readthedocs.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 01937d7..74ad84a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,26 +3,26 @@ version: 2 sphinx: - builder: html + builder: html build: - os: "ubuntu-22.04" - tools: - python: "3.9" - apt_packages: - - curl - - build-essential - - gcc - - make - jobs: - pre_create_environment: - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - pre_install: - - /bin/bash scripts/cargo_hack.sh - + os: "ubuntu-22.04" + tools: + python: "3.9" + rust: "1.70" + # apt_packages: + # - curl + # - build-essential + # - gcc + # - make + # jobs: + # pre_create_environment: + # - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + # pre_install: + # - /bin/bash scripts/cargo_hack.sh python: - install: - - requirements: docs/requirements.txt - - method: pip - path: . + install: + - requirements: docs/requirements.txt + - method: pip + path: .