We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f370 commit 15cfb72Copy full SHA for 15cfb72
1 file changed
docs/Makefile
@@ -15,7 +15,7 @@ help: ## Display this help message.
15
16
.PHONY: dev
17
dev: .venv ## Start locally hosted version of the documentation.
18
- pdoc --footer-text "$(FOOTER)" --template-directory . pb_ble
+ pdoc --footer-text "$(FOOTER)" --template-directory . --no-browser pb_ble
19
20
.PHONY: html
21
html: .venv ## Generate the documentation.
0 commit comments