Skip to content

Commit b2d4974

Browse files
authored
Remove obsolete serve target from make.bat. (#1365)
1 parent 559bd1f commit b2d4974

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

make.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ rem Ignore the tools and venv dirs and check that the default role is not used.
218218
cmd /S /C "%SPHINXLINT% -i tools -i venv --enable default-role"
219219
goto end
220220

221-
:serve
222-
echo.The serve target was removed, use htmlview instead ^
223-
(see https://github.com/python/cpython/issues/80510)
224-
goto end
225-
226221
if "%1" == "versions" (
227222
%PYTHON% _tools/generate_release_cycle.py
228223
if errorlevel 1 exit /b 1

0 commit comments

Comments
 (0)