Skip sphinx `linkcheck` on CHANGELOG files (#16259)

Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-229-137.ubcsecure.wireless.ubc.ca>
This commit is contained in:
Nikhil Shenoy 2023-01-05 10:25:14 -08:00 committed by GitHub
parent b0c272e8b7
commit a6d23ed898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -409,3 +409,6 @@ coverage_skip_undoc_in_source = True
# skip false positive linkcheck errors from anchors
linkcheck_anchors = False
# ignore all links in any CHANGELOG file
linkcheck_exclude_documents = [r"^(.*\/)*CHANGELOG.*$"]