From ac7abf1c56a6d6c925aa9555806641753955dec0 Mon Sep 17 00:00:00 2001 From: RondeauG Date: Fri, 15 Sep 2023 15:02:42 -0400 Subject: [PATCH] conda readthedocs --- .readthedocs.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 96a35289..c79aadb6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,15 +15,10 @@ build: tools: python: "mambaforge-22.9" jobs: + post_create_environment: + - pip install . --no-deps pre_build: - sphinx-apidoc -o docs/apidoc --private --module-first xhydro conda: environment: environment-dev.yml - -python: - install: - - method: pip - path: . - extra_requirements: - - dev