From 29243ccdda57ee8e0943513d4b2c120abe48dd5e Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 16 Jun 2020 21:39:11 -0400 Subject: [PATCH] Fix make docs-live --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d3c4d9e..2cd84019 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ build: clean cythonize # Compile C extensions python setup.py build_ext --inplace -docs-live: clean +docs-live: sphinx-autobuild docs docs/_build/html install: uninstall clean cythonize