From 2f73874b7141a1a112574f839d0d5dc481ac43ef Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Tue, 18 Feb 2025 20:31:55 +0100 Subject: [PATCH] specify sphinx configuration file expliitly Follow https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index df0ea532..b0aff1ad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,3 +15,4 @@ python: sphinx: builder: html fail_on_warning: true + configuration: docs/source/conf.py