From 138226eb5f2dd858afe9bb5120646bf051745b07 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 29 May 2025 11:15:56 +0100 Subject: [PATCH] Fixed docs build command --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 082ed4f..5d2fa78 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,4 +16,4 @@ build: create_environment: - poetry install --with dev,docs install: - - PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" just html_out $READTHEDOCS_OUTPUT + - PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" just docs html_out $READTHEDOCS_OUTPUT