Infra: `make htmllive`: open browser when ready (#3558)

This commit is contained in:
Hugo van Kemenade 2023-12-01 18:47:36 +02:00 committed by GitHub
parent a3f2522c96
commit 2d1bdc5cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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