Skip to content

Commit 49b9e35

Browse files
Fix azp docbuild by skipping medium linkcheck (#2830) (#2849)
* Fix azp docbuild by skipping medium linkcheck * fix incorrect regex (cherry picked from commit 42096dd) Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com>
1 parent 0632be3 commit 49b9e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/sources/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def setup(app):
272272
linkcheck_ignore = [
273273
re.compile(r"https://github\.com/.+"), # Avoid rate error
274274
re.compile(r"https://.*intel\.com/.+"), # Avoid permission error
275+
re.compile(r"https://medium\.com/.*"), # Avoid Medium paywall/rate limit
275276
]
276277

277278
# Speed up link-check and fail faster

0 commit comments

Comments
 (0)