mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Add docs-live command to makefile
This commit is contained in:
parent
2beafb9a51
commit
b6f6f63764
3
Makefile
3
Makefile
|
@ -36,6 +36,9 @@ build: clean cythonize
|
||||||
# Compile C extensions
|
# Compile C extensions
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
|
|
||||||
|
docs-live: clean
|
||||||
|
sphinx-autobuild docs docs/_build/html
|
||||||
|
|
||||||
install: uninstall clean cythonize
|
install: uninstall clean cythonize
|
||||||
pip install -ve .
|
pip install -ve .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user