Skip to content
4 changes: 2 additions & 2 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ dist:
rm dist/python-$(DISTVERSION)-docs-texinfo.tar

check:
$(SPHINXLINT) -i tools -i $(VENVDIR) -i README.rst
$(SPHINXLINT) ../Misc/NEWS.d/next/
$(SPHINXLINT) -i tools -i $(VENVDIR) -i README.rst --severity=0 --disable='line too long'
$(SPHINXLINT) ../Misc/NEWS.d/next/ --severity=0 --disable='line too long'

serve:
@echo "The serve target was removed, use htmlview instead (see bpo-36329)"
Expand Down