From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:41:41 +0000 (+0100) Subject: [3.12] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127016) X-Git-Tag: v3.12.8~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb98122df25d618bfdcaadedbfb23615b8dd362b;p=thirdparty%2FPython%2Fcpython.git [3.12] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127016) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/Makefile b/Doc/Makefile index a090ee5ba927..22e43ee3e542 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.