From 7d5d6d39674042e4cd518fb7bca17f7fb2ca2a5e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:22:31 +0300 Subject: [PATCH] Remove redundant --keep-going Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 32c1d8600..8c1019294 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. PYTHON = python3 SPHINXBUILD = $(PYTHON) -m sphinx.cmd.build -SPHINXOPTS = --fail-on-warning --keep-going +SPHINXOPTS = --fail-on-warning BUILDDIR = _build BUILDER = html JOBS = auto