Revert "patch: attempt to fix docs build"

This reverts commit 2643b075a6.
This commit is contained in:
2025-05-28 17:53:39 +01:00
parent e691332ba0
commit e420efdc1a
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ build:
python: "3.13" python: "3.13"
jobs: jobs:
pre_install: pre_install:
- apt install -y cargo - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- 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.5" version = "0.4.4"
edition = "2021" edition = "2021"
[lib] [lib]