Skip to content

Commit 01adb83

Browse files
authoredNov 30, 2023
make htmllive: open browser when ready (python#1233)
1 parent 7e9a415 commit 01adb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ htmlview: html
164164

165165
.PHONY: htmllive
166166
htmllive: SPHINXBUILD = $(VENVDIR)/bin/sphinx-autobuild
167-
htmllive: SPHINXOPTS = --re-ignore="/\.idea/|/venv/"
167+
htmllive: SPHINXOPTS = --re-ignore="/\.idea/|/venv/" --open-browser --delay 0
168168
htmllive: html
169169

170170
.PHONY: check

0 commit comments

Comments
 (0)
Please sign in to comment.