We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7277187 commit 7058097Copy full SHA for 7058097
1 file changed
docs/Makefile
@@ -177,4 +177,4 @@ dev:
177
$(MAKE) -j watch serve
178
179
start:
180
- poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} $(O)
0 commit comments