From f0ff2b990510c7e0c3da495ff3d64f00e774c7cf Mon Sep 17 00:00:00 2001 From: Jolando Kisse Date: Wed, 29 Jan 2025 15:52:40 +0100 Subject: [PATCH] add explicit call of Sphinx-Config file * cf. https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index d213e628..6454ca09 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,3 +11,7 @@ python: path: . extra_requirements: - docs + +sphinx: + # Path to your Sphinx configuration file. + configuration: doc/source/conf.py