From b65dbbdf09e655024b385922c65590154e61e4ff Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 11 Apr 2025 10:32:39 +0200 Subject: [PATCH] Fixed RTD build --- readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 38f414b..a8188c4 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -5,5 +5,9 @@ build: tools: python: "mambaforge-22.9" +sphinx: + # Path to Sphinx configuration file + configuration: docs/source/conf.py + conda: environment: docs/environment.yml