From f0364d9952ca224b8e59d6acfb2ab3ef2385feab Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 18 Dec 2024 14:03:06 -0800 Subject: [PATCH] readthedocs.yml: explicit Sphinx configuration Prompted by deprecation of RTD's auto-detection of Sphinx configs --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 747c0dfe..3cd2b3f1 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,3 +8,6 @@ build: conda: environment: conda.yml + +sphinx: + configuration: src/conf.py