From 29bea8480dba0b4be2feeac622b8d3e77426d2d3 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Wed, 18 Dec 2024 09:32:48 -0800 Subject: [PATCH] Explicitly configure ReadTheDocs build to use conf.py (#9908) I got an email indicating that this configuration will be required as of January 20, 2025. --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 46d861de3bb..347f3f09606 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,9 @@ version: 2 +sphinx: + configuration: doc/conf.py + fail_on_warning: true + build: os: ubuntu-lts-latest tools: @@ -14,7 +18,4 @@ build: conda: environment: ci/requirements/doc.yml -sphinx: - fail_on_warning: true - formats: []