Remove redundant --keep-going

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2025-04-29 15:22:31 +03:00 committed by GitHub
parent d4f9221e4c
commit 7d5d6d3967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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