From ac38ffd57f04e01303cb83caa15c01772d152d75 Mon Sep 17 00:00:00 2001 From: QFer Date: Mon, 2 Oct 2023 11:23:59 +0200 Subject: [PATCH] fix for conda environment --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 89eb84c63..0a0b16733 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,6 @@ # Required version: 2 -conda: - environment: docs/.conda.yml - # Optionally build your docs in additional formats such as PDF formats: - pdf @@ -16,7 +13,10 @@ formats: build: os: ubuntu-22.04 tools: - python: "3.11" + python: "mambaforge-22.9" + +conda: + environment: docs/.conda.yml submodules: include: all