From 8ff0b692d4370e23907f946757b74eea73774276 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 16 Sep 2025 16:58:35 +0100 Subject: [PATCH] RTD now requires Sphinx config --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index d9f416b..a4100a5 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,8 @@ version: 2 +sphinx: + configuration: docs/source/conf.py + build: os: "ubuntu-22.04" tools: