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 bb14ca1 commit b1c0cb1Copy full SHA for b1c0cb1
doc/conf.py
@@ -82,10 +82,11 @@
82
linkcheck_rate_limit_timeout = 40
83
linkcheck_timeout = 5
84
linkcheck_delay = 20
85
+linkcheck_retries = 2
86
linkcheck_anchors = False
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".
- r"https://github/\.com/.*": r"https://github/\.com/login*"
91
+ r"https://github\.com/.*": r"https://github\.com/login*"
92
}
0 commit comments