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
Enable default-role check in sphinx-lint.
Co-authored-by: Julien Palard <julien@palard.fr>
  • Loading branch information
ezio-melotti and JulienPalard authored May 14, 2022
commit 62b74f1f9802fd38c94fd1ed0fb464dedd8a5f64
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:
# --severity=0 enables all checks, but we don't want to check for long lines
$(SPHINXLINT) -i tools -i $(VENVDIR) --severity=0 --disable='line too long'
$(SPHINXLINT) -i tools -i $(VENVDIR) --enable default-role
$(SPHINXLINT) --severity=0 --disable='line too long' ../Misc/NEWS.d/next/

serve:
Expand Down