We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numerical.rst
1 parent 388b181 commit 386f3eaCopy full SHA for 386f3ea
Makefile
@@ -33,7 +33,7 @@ htmlview: html
33
htmllive: SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-autobuild
34
# Arbitrarily selected ephemeral port between 49152–65535
35
# to avoid conflicts with other processes:
36
-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
37
htmllive: _ensure-sphinx-autobuild html
38
39
## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories
0 commit comments