From 4615ab1a8e146f42e0054a6e78f49f322d9ee5be Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sat, 10 Mar 2018 22:14:41 +0000 Subject: [PATCH] docs: Enable sphinx-autobuild ```bash cd docs make ``` to run a webserver that automatically rerenders whenever the rST is modified. --- docs/Makefile | 2 +- docs/docs-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 7956a100..ce73f29a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # default: - sphinx-autobuild . _build/html/ + sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html # You can set these variables from the command line. SPHINXOPTS = diff --git a/docs/docs-requirements.txt b/docs/docs-requirements.txt index 586ee254..0b5f1903 100644 --- a/docs/docs-requirements.txt +++ b/docs/docs-requirements.txt @@ -1,2 +1,3 @@ Sphinx==1.7.1 +sphinx-autobuild==0.7.1 sphinxcontrib-programoutput==0.11