There was an error while loading. Please reload this page.
serve
make.bat
1 parent 559bd1f commit b2d4974Copy full SHA for b2d4974
1 file changed
make.bat
@@ -218,11 +218,6 @@ rem Ignore the tools and venv dirs and check that the default role is not used.
218
cmd /S /C "%SPHINXLINT% -i tools -i venv --enable default-role"
219
goto end
220
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
-
226
if "%1" == "versions" (
227
%PYTHON% _tools/generate_release_cycle.py
228
if errorlevel 1 exit /b 1
0 commit comments