Skip to content

Commit

Permalink
Do not run linkcheck on https://anaconda.org/conda-forge because of f…
Browse files Browse the repository at this point in the history
…requent read timeouts
  • Loading branch information
mathbunnyru committed Nov 6, 2024
1 parent ea849fa commit 2c7e64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
r"http://127\.0\.0\.1:.*", # various examples
r"https://mybinder\.org/v2/gh/.*", # lots of 500 errors
r"https://packages\.ubuntu\.com/search\?keywords=openjdk", # frequent read timeouts
r"https://anaconda\.org\/conda-forge", # frequent read timeouts
]

linkcheck_allowed_redirects = {
Expand Down

0 comments on commit 2c7e64a

Please sign in to comment.