Infra: don't let generated `numerical.rst` trigger rebuild loop (#4103)
Infra: don't let numerical.rst trigger rebuild loop
This commit is contained in:
parent
388b181fc5
commit
386f3eaf63
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ htmlview: html
|
||||||
htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild
|
htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild
|
||||||
# Arbitrarily selected ephemeral port between 49152–65535
|
# Arbitrarily selected ephemeral port between 49152–65535
|
||||||
# to avoid conflicts with other processes:
|
# 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
|
htmllive: _ensure-sphinx-autobuild html
|
||||||
|
|
||||||
## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories
|
## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories
|
||||||
|
|
Loading…
Reference in New Issue