From 0ed6ab666319274ce49915d212dd8b074d34fb64 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 18:29:40 +0100 Subject: [PATCH] Even more doc fixes --- .readthedocs.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 07136af..d5c5d10 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,12 +6,12 @@ build: python: "3.13" rust: "1.86" jobs: - pre_install: - - poetry run maturin develop - -sphinx: - configuration: docs/conf.py - -python: - install: - - requirements: docs/requirements.txt + pre_create_environment: + - asdf plugin add poetry + - asdf install poetry latest + - asdf global poetry latest + - cargo install sphinx-rustdocgen + create_environment: + - poetry install --with dev,docs + install: + - poetry run sphinx-build -b html docs docs/_build/html