summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-05 15:48:18 +0000
committerGerrit Code Review <review@openstack.org>2015-03-05 15:48:18 +0000
commit3c3825a8dcd77086561c42aa3a907c80d2f61f2d (patch)
tree232960d480d18dfcefdc5fe1fbfbf4eae1bc74da /doc
parent2f32c364bb5326b3e5980f2227d6a9d9ac7e0bdd (diff)
parent302255ac6012f17c3d70e2831322e4412bb73bfe (diff)
downloadpython-jenkins-job-builder-3c3825a8dcd77086561c42aa3a907c80d2f61f2d.tar.gz
python-jenkins-job-builder-3c3825a8dcd77086561c42aa3a907c80d2f61f2d.tar.xz
python-jenkins-job-builder-3c3825a8dcd77086561c42aa3a907c80d2f61f2d.zip
Merge "Check external documentation links are valid"
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 --------------------------------------------