Skip to content

Commit

Permalink
Update docs 'make serve' to suggest 'make htmllive' (pythonGH-126969)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5fcc3a4)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
hugovk authored and miss-islington committed Nov 19, 2024
1 parent fd276ad commit b5f9628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5f9628

Please sign in to comment.