Skip to content

Commit

Permalink
make htmllive: open browser when ready (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 30, 2023
1 parent 7e9a415 commit 01adb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ htmlview: html

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

.PHONY: check
Expand Down

0 comments on commit 01adb83

Please sign in to comment.