Skip to content

Commit 18942d6

Browse files
authored
increase linkcheck timeout and retries (#322)
1 parent 95681a8 commit 18942d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@
182182
r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)",
183183
r"https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves"]
184184

185+
linkcheck_retries = 3
186+
linkcheck_timeout = 100
187+
linkcheck_allow_unauthorized = True
185188

186189
# -- Options for HTMLHelp output ------------------------------------------
187190

0 commit comments

Comments
 (0)