From 9962b6af5d8c1cdfcc7383a3a08dd98a76aea9bb Mon Sep 17 00:00:00 2001 From: wout4 Date: Mon, 23 Oct 2023 12:44:53 +0200 Subject: [PATCH] sphinx --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b097b2251..4c7a73fab 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,4 +14,6 @@ python: - requirements: docs/requirements.txt # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py \ No newline at end of file + builder: html + configuration: docs/conf.py + fail_on_warning: true \ No newline at end of file