Skip to content

Commit 7058097

Browse files
committed
docs: Use HTTP_PORT by default
8000 is valuable real estate
1 parent 7277187 commit 7058097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ dev:
177177
$(MAKE) -j watch serve
178178

179179
start:
180-
poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
180+
poetry run sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) --port ${HTTP_PORT} $(O)

0 commit comments

Comments
 (0)