summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1db175c0..6e09b560 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -210,6 +210,12 @@ latex_documents = [
# If false, no module index is generated.
#latex_domain_indices = True
+# -- Options for linkcheck ----------------------------------------------------
+
+# If set, override pythons default socket timeout
+# testing has shown the default is too short so explicitly increase to 15 secs
+linkcheck_timeout = 15
+
# -- Options for manual page output --------------------------------------------