Skip to content

Commit afed839

Browse files
committed
Merge pull request #44 from aik099/livehtml-build-target
Adding "livehtml" build target
2 parents 49eadab + 20cd518 commit afed839

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ html:
4242
@echo
4343
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
4444

45+
livehtml:
46+
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
47+
4548
dirhtml:
4649
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
4750
@echo

0 commit comments

Comments
 (0)