Unverified Commit 566038de authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Ignore some links that often fail (#4790)

parent efd433bd
...@@ -99,8 +99,12 @@ nitpicky = False # disabled for now ...@@ -99,8 +99,12 @@ nitpicky = False # disabled for now
# A list of regular expressions that match URIs that should not be checked. # A list of regular expressions that match URIs that should not be checked.
linkcheck_ignore = [ linkcheck_ignore = [
r'http://localhost:\d+', r'http://localhost:\d+',
r'.*://.*/#/', # Modern websites that has URLs like xxx.com/#/guide r'.*://.*/#/', # Modern websites that has URLs like xxx.com/#/guide
r'https://github.com/JSong-Jia/Pic/', # Community links can't be found any more r'https://github\.com/JSong-Jia/Pic/', # Community links can't be found any more
# Some URLs that often fail
r'https://www\.cs\.toronto\.edu/', # CIFAR-10
r'https://help\.aliyun\.com/document_detail/\d+\.html', # Aliyun
] ]
# Ignore all links located in release.rst # Ignore all links located in release.rst
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment