mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +03:00
Update Makefile docs command for Python 3
This commit is contained in:
parent
27bf17009c
commit
d093b7141f
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ doccheck:
|
||||||
|
|
||||||
.PHONY: docserve
|
.PHONY: docserve
|
||||||
docserve:
|
docserve:
|
||||||
cd docs/_build/html && python3 -mSimpleHTTPServer 2> /dev/null&
|
cd docs/_build/html && python3 -m http.server 2> /dev/null&
|
||||||
|
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
|
|
|
@ -156,4 +156,4 @@ livehtml: html
|
||||||
livereload $(BUILDDIR)/html -p 33233
|
livereload $(BUILDDIR)/html -p 33233
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
cd $(BUILDDIR)/html; python -m SimpleHTTPServer
|
cd $(BUILDDIR)/html; python3 -m http.server
|
||||||
|
|
Loading…
Reference in New Issue
Block a user