From b7f40ea85c53fd2b7a77c000f828f6d2dc6269b6 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Wed, 13 Mar 2024 10:16:08 +0100 Subject: [PATCH] change build job for build_requirements.py Changing the build job to `pre_install` for the `build_requirements.py` script means that the build machine will already be fully set up, so that you can use pip to install any packages that are required in `custom_conf.py` and will otherwise give errors. This is required to work around #197. Signed-off-by: Ruth Fuchss --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9515c83d..11e0816c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: tools: python: "3.11" jobs: - post_checkout: + pre_install: - python3 .sphinx/build_requirements.py # Build documentation in the docs/ directory with Sphinx