Skip to content

Commit 2c7e64a

Browse files
committed
Do not run linkcheck on https://anaconda.org/conda-forge because of frequent read timeouts
1 parent ea849fa commit 2c7e64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
r"http://127\.0\.0\.1:.*", # various examples
6868
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
6969
r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
70+
r"https://anaconda\.org\/conda-forge", # frequent read timeouts
7071
]
7172

7273
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)