Skip to content

Commit bb14ca1

Browse files
fix
1 parent f352a07 commit bb14ca1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/conf.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,13 @@
7979
"accent_color": "grass",
8080
}
8181
# -- Configure link checking behavior ----------------------------------------
82-
linkcheck_rate_limit_timeout = 25
83-
linkcheck_timeout = 4
84-
linkcheck_delay = 10
82+
linkcheck_rate_limit_timeout = 40
83+
linkcheck_timeout = 5
84+
linkcheck_delay = 20
8585
linkcheck_anchors = False
86-
linkcheck_ignore = [
87-
]
86+
linkcheck_ignore: list[str] = []
8887
linkcheck_allowed_redirects = {
8988
# All HTTP redirections from the source URI to
9089
# the canonical URI will be treated as "working".
91-
r'https://github/\.com/.*': r'https://github/\.com/login*'
90+
r"https://github/\.com/.*": r"https://github/\.com/login*"
9291
}

0 commit comments

Comments
 (0)