From d34c96110d726ff826832ca387ba0de46a921253 Mon Sep 17 00:00:00 2001 From: Naftuli Kay Date: Mon, 28 Jan 2019 10:59:40 -0800 Subject: [PATCH] Live Reload of Documentation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0470870..7497169 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ pip: docs: pip @make -C docs/ html +serve: pip + @sphinx-reload --host 0.0.0.0 --port 5500 docs/ + install: pip unittest: pip