From aa972572e36046f78ee4d4abd1699343fb6460fa Mon Sep 17 00:00:00 2001 From: QFer Date: Mon, 23 Oct 2023 10:59:57 +0200 Subject: [PATCH] Fix for readthedocs failing pipelines --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0a0b16733..880e1dda3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,11 @@ build: tools: python: "mambaforge-22.9" +python: + install: + - method: pip + path: . + conda: environment: docs/.conda.yml