diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-19 15:28:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 15:28:34 (GMT) |
commit | 5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf (patch) | |
tree | 16cf6d9753162711c70a7929846758c85a8cccb0 | |
parent | 3932e1db5353bbcf3e3c1133cc9d2cde654cb645 (diff) | |
download | cpython-5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf.zip cpython-5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf.tar.gz cpython-5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf.tar.bz2 |
Update docs 'make serve' to suggest 'make htmllive' (#126969)
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a090ee5..22e43ee 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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. |