From 5709c7f1116feb9460f52e2b2457f9906cf804a4 Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Sun, 13 Jul 2025 02:14:53 +1000 Subject: [PATCH] Add explicit sphinx.configuration key This is now required according to "Deprecation of projects using Sphinx or MkDocs without an explicit configuration file" Ref: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d7fcbf8d0..badd01dd8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,3 +11,6 @@ python: path: . extra_requirements: - doc + +sphinx: + configuration: docs/conf.py