From 20cd5183e594408b9f9dc2739076ad5b13d8ffcd Mon Sep 17 00:00:00 2001 From: Alexander Obuhovich Date: Sat, 10 Jan 2015 11:42:08 +0200 Subject: [PATCH] Adding "livehtml" build target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bef9bd4..9d2e2e7 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,9 @@ html: @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." +livehtml: + sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml @echo