Skip to content

Commit 15cfb72

Browse files
committed
docs: Do not open browser when serving dev page
1 parent e66f370 commit 15cfb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ help: ## Display this help message.
1515

1616
.PHONY: dev
1717
dev: .venv ## Start locally hosted version of the documentation.
18-
pdoc --footer-text "$(FOOTER)" --template-directory . pb_ble
18+
pdoc --footer-text "$(FOOTER)" --template-directory . --no-browser pb_ble
1919

2020
.PHONY: html
2121
html: .venv ## Generate the documentation.

0 commit comments

Comments
 (0)