Skip to content

Commit 84d5794

Browse files
committed
conf: Set retries and timeout for linkcheck
so that it doesn't get stuck
1 parent e57fd13 commit 84d5794

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
}
173173
}
174174

175+
linkcheck_retries = 2
176+
linkcheck_timeout = 10
177+
175178
# -- Options for manual page output ---------------------------------------
176179

177180
# One entry per manual page. List of tuples

0 commit comments

Comments
 (0)