Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Feb 22, 2021
1 parent bb7a048 commit 21ca71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21ca71a

Please sign in to comment.