From 386f3eaf63b2f60e10c8a7751e7398949fb52963 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:46:01 +0200 Subject: [PATCH] Infra: don't let generated `numerical.rst` trigger rebuild loop (#4103) Infra: don't let numerical.rst trigger rebuild loop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 446dcb418..373a8a1ee 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ htmlview: html htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild # Arbitrarily selected ephemeral port between 49152–65535 # to avoid conflicts with other processes: -htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/pep-0000.rst|/topic/" --open-browser --delay 0 --port 55302 +htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/numerical.rst|/pep-0000.rst|/topic/" --open-browser --delay 0 --port 55302 htmllive: _ensure-sphinx-autobuild html ## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories