From c2622ceabd073b43b5789ccaa5036471b3c96e12 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 12 Jun 2019 21:50:18 -0700 Subject: [PATCH] cd docs && make livehtml Enabled make rule for sphinx-autobuild --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index 3744f40..a279768 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,3 +18,6 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +livehtml: + sphinx-autobuild -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(0)