Add docs-live command to makefile

This commit is contained in:
Roman Mogylatov 2020-06-14 17:35:25 -04:00
parent 2beafb9a51
commit b6f6f63764

View File

@ -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 .