Skip to content

Commit 386f3ea

Browse files
authored
Infra: don't let generated numerical.rst trigger rebuild loop (#4103)
Infra: don't let numerical.rst trigger rebuild loop
1 parent 388b181 commit 386f3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ htmlview: html
3333
htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild
3434
# Arbitrarily selected ephemeral port between 49152–65535
3535
# to avoid conflicts with other processes:
36-
htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/pep-0000.rst|/topic/" --open-browser --delay 0 --port 55302
36+
htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/numerical.rst|/pep-0000.rst|/topic/" --open-browser --delay 0 --port 55302
3737
htmllive: _ensure-sphinx-autobuild html
3838

3939
## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories

0 commit comments

Comments
 (0)