From caeaf3710efb2753b58504ef9436ad480e34135f Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 12 Nov 2024 10:45:32 -0500 Subject: [PATCH] docs: use environment.yml for doc building --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bc45245..20cd904 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,7 @@ build: sphinx: configuration: docs/conf.py +conda: + environment: environment.yml + formats: [ ]