From a46f49081f8e0d88fbda75a85188fe6764840cef Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 26 Feb 2025 09:19:50 +0100 Subject: [PATCH] Added missing configuration key for RTD --- readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index f21130321..9b5447ca5 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/rtd_environment.yml