From 2fa25c3f6bd9f13cdcc912d96937233149f87417 Mon Sep 17 00:00:00 2001 From: Geoff Low Date: Thu, 16 Nov 2023 12:30:12 +0000 Subject: [PATCH] correct ordering of jobs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 55b12c0..7399cb2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: - asdf install poetry latest - asdf global poetry latest - poetry config virtualenvs.create false - post_install: + pre_build: - poetry install --with docs # Build documentation in the docs/ directory with Sphinx