File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8484# so those link results in a 404.
8585# wiki.centos.org has been flaky.
8686# sourceforge.net is giving a 403 error, but is still accessible from the browser.
87+ # Links to release notes in jira give 401 error: unauthorized. PYTHON-5585
8788linkcheck_ignore = [
8889 "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check" ,
8990 "https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback" ,
9091 "https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source" ,
9192 r"https://wiki.centos.org/[\w/]*" ,
9293 r"https://sourceforge.net/" ,
94+ r"https://jira\.mongodb\.org/secure/ReleaseNote\.jspa.*" ,
9395]
9496
9597# Allow for flaky links.
You can’t perform that action at this time.
0 commit comments