diff options
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0a9fe068..78534ac3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,3 +224,5 @@ html_static_path = [] #man_pages = [ # () #] + +linkcheck_timeout = 120 # seconds, set to extra large value for link_checks |
