Update docs 'make serve' to suggest 'make htmllive' (#126969)

This commit is contained in:
Hugo van Kemenade 2024-11-19 17:28:34 +02:00 committed by GitHub
parent 3932e1db53
commit 5fcc3a4cee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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.