Skip to content

Commit 54c20bc

Browse files
sloriacofin
authored andcommitted
chore: update docs-serve to find a port and open the browser
1 parent 4c0f5e6 commit 54c20bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ docs-clean: ## Clean documentation build
193193
@echo "${OK} Documentation assets cleaned"
194194

195195
.PHONY: docs-serve
196-
docs-serve: docs-clean ## Serve documentation locally
196+
docs-serve: ## Serve documentation locally
197197
@echo "${INFO} Starting documentation server... 📚"
198-
@uv run sphinx-autobuild docs docs/_build/ -j auto --watch advanced_alchemy --watch docs --watch tests --watch CONTRIBUTING.rst --port 8002
198+
@uv run sphinx-autobuild docs docs/_build/ -j auto --watch advanced_alchemy --watch docs --watch tests --watch CONTRIBUTING.rst --open-browser
199199

200200
.PHONY: docs
201201
docs: docs-clean ## Build documentation

0 commit comments

Comments
 (0)