https://github.com/python/cpython/commit/dd222a4d47e48a3d8d0611314ac7342bdf1ec2a0
commit: dd222a4d47e48a3d8d0611314ac7342bdf1ec2a0
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-11-19T17:41:33+02:00
summary:

[3.13] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127015)

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/Makefile

diff --git a/Doc/Makefile b/Doc/Makefile
index a090ee5ba92705..22e43ee3e542ee 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to