mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Fix make docs-live
This commit is contained in:
parent
cc1043eb82
commit
29243ccdda
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ build: clean cythonize
|
||||||
# Compile C extensions
|
# Compile C extensions
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
|
|
||||||
docs-live: clean
|
docs-live:
|
||||||
sphinx-autobuild docs docs/_build/html
|
sphinx-autobuild docs docs/_build/html
|
||||||
|
|
||||||
install: uninstall clean cythonize
|
install: uninstall clean cythonize
|
||||||
|
|
Loading…
Reference in New Issue
Block a user