]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127016)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Nov 2024 15:41:41 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 15:41:41 +0000 (17:41 +0200)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/Makefile

index a090ee5ba927054b492c337800a0a192b373f913..22e43ee3e542ee536c603eabcbc8d97c2a6c2dfd 100644 (file)
@@ -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.