From 199a50c5171b3641e13bbc2e59b79421bffb8fd1 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:04:16 +0100 Subject: [PATCH] install parcels in rtd --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 13922d8e27..eadff00604 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,9 @@ build: os: ubuntu-22.04 tools: python: mambaforge-22.9 - + jobs: + post_create_environment: + - pip install -e . sphinx: configuration: docs/conf.py