From 6018c134a991961b499a0448a751d2a11b61d957 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 29 May 2025 10:41:33 +0100 Subject: [PATCH] Fixed mistakes in RTD config --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e04a3ad..082ed4f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,8 +11,8 @@ build: - asdf install poetry latest - asdf global poetry latest - asdf plugin add just - - asdf install poetry just - - asdf global poetry just + - asdf install just latest + - asdf global just latest create_environment: - poetry install --with dev,docs install: