From 789ed99b75a2cd94350bc28e7e7786a056634f7d Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:57:24 -0500 Subject: [PATCH] Add sphinx section to readthedocs config --- readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 74cb5570..080ffb2b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -6,4 +6,9 @@ build: python: "mambaforge-22.9" conda: - environment: docs/environment.yml \ No newline at end of file + environment: docs/environment.yml + +sphinx: + builder: html + configuration: docs/source/conf.py + fail_on_warning: true \ No newline at end of file