From c956bcbcc710c6401b95563f95108474e0ad853b Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 14 Apr 2025 14:35:20 +0200 Subject: [PATCH] Fixed RTD build --- readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index c9eaf4f..ae12b58 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