Infra: `make htmllive`: open browser when ready (#3558)
This commit is contained in:
parent
a3f2522c96
commit
2d1bdc5cf5
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ htmlview: html
|
|||
## htmllive to rebuild and reload HTML files in your browser
|
||||
.PHONY: htmllive
|
||||
htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
|
||||
htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/pep-0000.rst|/topic/"
|
||||
htmllive: SPHINXERRORHANDLING = --re-ignore="/\.idea/|/venv/|/pep-0000.rst|/topic/" --open-browser --delay 0
|
||||
htmllive: html
|
||||
|
||||
## dirhtml to render PEPs to "index.html" files within "pep-NNNN" directories
|
||||
|
|
Loading…
Reference in New Issue