From 8eca3d0bb47455abf9c975411583222b9824da7c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 19:00:59 +0100 Subject: [PATCH] Last attempt to fix docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2c4ca97..eb9ce0f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ build: - poetry lock - poetry install --with dev,docs install: - - export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs docs/_build/html + - export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html