From 164078bfbdee2620c8b00c2aa7179311adf51b04 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 20 Jan 2025 12:18:44 +0000 Subject: [PATCH] Fix new mandatory configuration field for RTD This field is now required and prevents the build from running if absent. Details in 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 dc8516ac..72437063 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ python: extra_requirements: - doc +sphinx: + configuration: docs/conf.py + # required boilerplate readthedocs/readthedocs.org#10401 build: os: ubuntu-lts-latest