From 733c43ff6b690c19eacb108154038ca93082d145 Mon Sep 17 00:00:00 2001 From: Lorenzo <79980269+bastonero@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:17:24 +0100 Subject: [PATCH] Devops: Add explicit sphinx.configuration key to RTD conf (#1058) See 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 8aa32d549..1ac28c8ef 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,4 +15,5 @@ python: # Let the build fail if there are any warnings sphinx: builder: html + configuration: docs/source/conf.py fail_on_warning: true