10000 Update docs 'make serve' to suggest 'make htmllive' (#126969) · python/cpython@5fcc3a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fcc3a4

Browse files
authored
Update docs 'make serve' to suggest 'make htmllive' (#126969)
1 parent 3932e1d commit 5fcc3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ check: _ensure-pre-commit
294294

295295
.PHONY: serve
296296
serve:
297-
@echo "The serve target was removed, use htmlview instead (see bpo-36329)"
297+
@echo "The serve target was removed, use htmllive instead (see gh-80510)"
298298

299299
# Targets for daily automated doc build
300300
# By default, Sphinx only rebuilds pages where the page content has changed.

0 commit comments

Comments
 (0)
0