From 0deaccfb3d5a8a82792d6f49bea5b650988e0971 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Sat, 6 Dec 2025 22:06:06 +0100 Subject: [PATCH] Fixed doc 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