Skip to content

Commit 20cd518

Browse files
author
Alexander Obuhovich
committed
Adding "livehtml" build target
1 parent 49eadab commit 20cd518

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)