From e420efdc1a4e572801c5a27f31a134fb3e581ae0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 17:53:39 +0100 Subject: [PATCH] Revert "patch: attempt to fix docs build" This reverts commit 2643b075a6763b2eeb0d4cd46e946779d31ca32f. --- .readthedocs.yaml | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e033def..0b31c7a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,8 @@ build: python: "3.13" jobs: pre_install: - - apt install -y cargo + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + - source ~/.cargo/env sphinx: configuration: docs/conf.py diff --git a/Cargo.toml b/Cargo.toml index a8224bf..85e84ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read_aconity_layers" -version = "0.4.5" +version = "0.4.4" edition = "2021" [lib]