Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore default role check in make check. #92290

Merged
merged 11 commits into from
May 15, 2022
Prev Previous commit
Next Next commit
Options first, then files.
  • Loading branch information
ezio-melotti committed May 4, 2022
commit c8f769ea5dab5dc0a8551af16ba4223622cae75a
2 changes: 1 addition & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ dist:

check:
$(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'
$(SPHINXLINT) --severity=0 --disable='line too long' ../Misc/NEWS.d/next/

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