Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Direct users of serve towards htmlview instead
  • Loading branch information
hugovk committed Apr 29, 2022
commit df0e47dee510c523c2ac0630d74299914374c9ba
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ htmlview: html

check:
$(PYTHON) tools/rstlint.py -i tools -i venv

serve:
@echo "The serve target was removed, use htmlview instead" \
Comment thread
hugovk marked this conversation as resolved.
Outdated
"(see https://github.com/python/cpython/issues/80510)"
5 changes: 5 additions & 0 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ results in %BUILDDIR%/doctest/output.txt.
cmd /C %PYTHON% tools\rstlint.py -i tools -i venv
goto end

:serve
echo.The serve target was removed, use htmlview instead ^
(see https://github.com/python/cpython/issues/80510)
goto end

:end
popd
endlocal