From d5a83e7530c3f32d863bf201851c791520f13242 Mon Sep 17 00:00:00 2001 From: Deborah Khider Date: Tue, 28 Jan 2025 18:10:51 -0800 Subject: [PATCH] Update .readthedocs.yaml (#638) There was an issue where the sphinx key was used twice in the file and it wasn't reading the first part properly. This should fix the readthedocs config issue --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9eeb3e43..2bf788aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,13 +14,11 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc_build/conf.py + fail_on_warning: false conda: environment: doc_build/rtd_env.yml -sphinx: - fail_on_warning: false - formats: [] #build: