Add a make rule to invoke sphinx-autobuild when building docs

This commit is contained in:
Sajith Sasidharan 2021-04-02 17:27:32 -04:00
parent 1c3b1d0d27
commit c13fb8d7ef
1 changed files with 4 additions and 0 deletions

View File

@ -214,3 +214,7 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
.PHONY: livehtml
livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html