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