patch: attempt to fix docs build

This commit is contained in:
2025-05-28 17:38:58 +01:00
parent ec7e4353bd
commit 2643b075a6
2 changed files with 2 additions and 3 deletions

View File

@@ -6,8 +6,7 @@ build:
python: "3.13" python: "3.13"
jobs: jobs:
pre_install: pre_install:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - apt install -y cargo
- source ~/.cargo/env
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "read_aconity_layers" name = "read_aconity_layers"
version = "0.4.4" version = "0.4.5"
edition = "2021" edition = "2021"
[lib] [lib]