From 21ca71a97039df5f4f3f0c4c671fdd6ad61a33fe Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Mon, 22 Feb 2021 14:12:18 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77c2ecb..0a91594 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) live: - sphinx-autobuild -p 8001 -b html $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html + sphinx-autobuild --port 8001 -b html $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html .PHONY: help livehtml livehtml Makefile