Skip to content

Commit 01adb83

Browse files
authored
make htmllive: open browser when ready (#1233)
1 parent 7e9a415 commit 01adb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)