From 84d728978f9895929662e53d0dfce3c6e53cf487 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:06:38 +0300 Subject: [PATCH] Use --fail-on-warning --keep-going for all builders --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index ce19cbbb6..bd411f4a1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,8 +3,8 @@ # You can set these variables from the command line. PYTHON = python3 -SPHINXOPTS = SPHINXBUILD = $(PYTHON) -m sphinx.cmd.build +SPHINXOPTS = --fail-on-warning --keep-going PAPER = BUILDDIR = _build BUILDER = html @@ -40,7 +40,7 @@ install-sphinx: .PHONY: html html: $(MAKE) install-sphinx - $(SPHINXBUILD) --fail-on-warning --keep-going $(ALLSPHINXOPTS) + $(SPHINXBUILD) $(ALLSPHINXOPTS) .PHONY: dirhtml dirhtml: BUILDER = dirhtml