mirror of https://github.com/python/cpython
Update docs 'make serve' to suggest 'make htmllive' (#126969)
This commit is contained in:
parent
3932e1db53
commit
5fcc3a4cee
|
@ -294,7 +294,7 @@ check: _ensure-pre-commit
|
|||
|
||||
.PHONY: serve
|
||||
serve:
|
||||
@echo "The serve target was removed, use htmlview instead (see bpo-36329)"
|
||||
@echo "The serve target was removed, use htmllive instead (see gh-80510)"
|
||||
|
||||
# Targets for daily automated doc build
|
||||
# By default, Sphinx only rebuilds pages where the page content has changed.
|
||||
|
|
Loading…
Reference in New Issue