Skip to content

Commit f352a07

Browse files
fix
1 parent 1ecae4c commit f352a07

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/conf.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@
7979
"accent_color": "grass",
8080
}
8181
# -- Configure link checking behavior ----------------------------------------
82-
linkcheck_rate_limit_timeout = 20
83-
linkcheck_timeout = 7.5
84-
linkcheck_delay = 7.5
82+
linkcheck_rate_limit_timeout = 25
83+
linkcheck_timeout = 4
84+
linkcheck_delay = 10
8585
linkcheck_anchors = False
8686
linkcheck_ignore = [
87-
"https://github.com/exasol/python-toolbox/issues/new"
8887
]
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

Comments
 (0)