From d5a9b1ad4893b7f57d1e0e7812a061a633b112bc Mon Sep 17 00:00:00 2001 From: Jim Albright Date: Mon, 27 Jan 2025 12:22:54 -0800 Subject: [PATCH] Update sphinx config --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3035caa..96b012a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,10 @@ # This is the version for the readthedocs configuration. Version 2 ignores # web-based configuration and uses everything from this file. version: 2 +# Doc builds will fail if there are any warnings +sphinx: + configuration: docs/source/conf.py + fail_on_warning: true # Configure the python version and environment construction run before # docs are built. @@ -15,7 +19,3 @@ python: path: . extra_requirements: - docs - -# Doc builds will fail if there are any warnings -sphinx: - fail_on_warning: true