Skip to content

Commit b1c0cb1

Browse files
fix
1 parent bb14ca1 commit b1c0cb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@
8282
linkcheck_rate_limit_timeout = 40
8383
linkcheck_timeout = 5
8484
linkcheck_delay = 20
85+
linkcheck_retries = 2
8586
linkcheck_anchors = False
8687
linkcheck_ignore: list[str] = []
8788
linkcheck_allowed_redirects = {
8889
# All HTTP redirections from the source URI to
8990
# the canonical URI will be treated as "working".
90-
r"https://github/\.com/.*": r"https://github/\.com/login*"
91+
r"https://github\.com/.*": r"https://github\.com/login*"
9192
}

0 commit comments

Comments
 (0)