From 4dbcf080e45721c300a88defcfe75bdb2660888c Mon Sep 17 00:00:00 2001 From: Jim Albright <37345113+albrja@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:05:05 -0800 Subject: [PATCH] Update sphinx config (#250) Albrja/mic-5802/spinx-config Fix spinx configuartion - *Category*: doc build - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-5802 Changes and notes -sphinx config ### Testing --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3035caa9..96b012ae 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