Skip to content

Commit 728e273

Browse files
authored
docs: don't link-check GitHub (rate limited) (#1109)
CI failing due to rate limiting.
1 parent a7d5bf4 commit 728e273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@
117117
"git-archives",
118118
]
119119
linkcheck_ignore = [
120-
r"https://github.com/search\?.*",
120+
# Rate limited
121+
r"https://github.com/?.*",
121122
]
122123
# -- Options for HTML output -------------------------------------------------
123124

0 commit comments

Comments
 (0)