We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs-serve
1 parent 4c0f5e6 commit 54c20bcCopy full SHA for 54c20bc
Makefile
@@ -193,9 +193,9 @@ docs-clean: ## Clean documentation build
193
@echo "${OK} Documentation assets cleaned"
194
195
.PHONY: docs-serve
196
-docs-serve: docs-clean ## Serve documentation locally
+docs-serve: ## Serve documentation locally
197
@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
+ @uv run sphinx-autobuild docs docs/_build/ -j auto --watch advanced_alchemy --watch docs --watch tests --watch CONTRIBUTING.rst --open-browser
199
200
.PHONY: docs
201
docs: docs-clean ## Build documentation
0 commit comments