diff --git a/Makefile b/Makefile index 1229a3bf..9d3c4d9e 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ build: clean cythonize # Compile C extensions python setup.py build_ext --inplace +docs-live: clean + sphinx-autobuild docs docs/_build/html + install: uninstall clean cythonize pip install -ve .