mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
refactor doccheck from travis -> makefile
This commit is contained in:
parent
9fa3fb98f3
commit
af57c0cfda
4
Makefile
4
Makefile
|
@ -26,6 +26,10 @@ coverage:
|
||||||
doc:
|
doc:
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs html
|
||||||
|
|
||||||
|
doccheck:
|
||||||
|
$(MAKE) -C docs html
|
||||||
|
$(MAKE) -C docs linkcheck
|
||||||
|
|
||||||
docserve:
|
docserve:
|
||||||
cd docs/_build/html && python -mSimpleHTTPServer 2> /dev/null&
|
cd docs/_build/html && python -mSimpleHTTPServer 2> /dev/null&
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user