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 1ecae4c commit f352a07Copy full SHA for f352a07
doc/conf.py
@@ -79,10 +79,14 @@
79
"accent_color": "grass",
80
}
81
# -- Configure link checking behavior ----------------------------------------
82
-linkcheck_rate_limit_timeout = 20
83
-linkcheck_timeout = 7.5
84
-linkcheck_delay = 7.5
+linkcheck_rate_limit_timeout = 25
+linkcheck_timeout = 4
+linkcheck_delay = 10
85
linkcheck_anchors = False
86
linkcheck_ignore = [
87
- "https://github.com/exasol/python-toolbox/issues/new"
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*'
92
+}
0 commit comments