Migrating release notes from AsciiDoc to reST
[docs.git] / docs / conf.py
index 2c112bd308bede5da20defeaccf8c86b43d0302b..c11a826211fe4909c8ef22f350e1ab0a2df90d41 100644 (file)
@@ -285,3 +285,13 @@ texinfo_documents = [
 
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 #texinfo_no_detailmenu = False
+
+
+linkcheck_ignore = [
+    # Ignore jenkins because it's often slow to respond.
+    'https://jenkins.opendaylight.org/releng',
+    'https://jenkins.opendaylight.org/sandbox',
+    'http://\$CONTROL_HOST:8181/dlux/index.html',
+    # The '#' in the path makes sphinx think it's an anchor
+    'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder',
+]