mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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
|
||||
docserve:
|
||||
cd docs/_build/html && python3 -mSimpleHTTPServer 2> /dev/null&
|
||||
cd docs/_build/html && python3 -m http.server 2> /dev/null&
|
||||
|
||||
.PHONY: help
|
||||
help:
|
||||
|
|
|
@ -156,4 +156,4 @@ livehtml: html
|
|||
livereload $(BUILDDIR)/html -p 33233
|
||||
|
||||
serve:
|
||||
cd $(BUILDDIR)/html; python -m SimpleHTTPServer
|
||||
cd $(BUILDDIR)/html; python3 -m http.server
|
||||
|
|
Loading…
Reference in New Issue
Block a user