[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)

Run sphinx-lint on Misc/NEWS.d/next/
This commit is contained in:
Hugo van Kemenade 2023-08-21 16:32:33 +03:00 committed by GitHub
parent a909ec399d
commit 90a22eae45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,5 +14,5 @@ repos:
hooks:
- id: sphinx-lint
args: [--enable=default-role]
files: ^Doc/
files: ^Doc/|^Misc/NEWS.d/next/
types: [rst]