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:
parent
b0c272e8b7
commit
a6d23ed898
|
@ -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.*$"]
|
||||
|
|
Loading…
Reference in New Issue