From a1211715a79b9a417bd27b98d2d39e1dad4eef47 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 18 Dec 2024 13:16:00 -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 1e61e1cf9..6ee6e1683 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,3 +8,6 @@ build: conda: environment: docs/conda.yml + +sphinx: + configuration: docs/conf.py