We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f352a07 commit bb14ca1Copy full SHA for bb14ca1
doc/conf.py
@@ -79,14 +79,13 @@
79
"accent_color": "grass",
80
}
81
# -- Configure link checking behavior ----------------------------------------
82
-linkcheck_rate_limit_timeout = 25
83
-linkcheck_timeout = 4
84
-linkcheck_delay = 10
+linkcheck_rate_limit_timeout = 40
+linkcheck_timeout = 5
+linkcheck_delay = 20
85
linkcheck_anchors = False
86
-linkcheck_ignore = [
87
-]
+linkcheck_ignore: list[str] = []
88
linkcheck_allowed_redirects = {
89
# All HTTP redirections from the source URI to
90
# the canonical URI will be treated as "working".
91
- r'https://github/\.com/.*': r'https://github/\.com/login*'
+ r"https://github/\.com/.*": r"https://github/\.com/login*"
92
0 commit comments