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