Update download page for Phosphorus
[docs.git] / docs / conf.py
index 2b2517b9182125e0ec61d840da7071d6a2af11d4..0c6f2dbc7613760d500df2976b3242ecb6f55d0f 100755 (executable)
@@ -69,6 +69,12 @@ linkcheck_ignore = [
     # Ignore IETF URLs often not reachable from Jenkins minions
     # because of hosting connectivity issues
     '^https?://tools.ietf.org/html/.*',
+    # anchors not correctly detected by sphinx on the gate
+    'http://checkstyle.sourceforge.net/config_coding.html#.*',
+    # this url often has connectivity issues on the gate
+    'https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/examples/checking-signatures.html',
+    # marketing message not ready at release download creation 10/15/21
+    'https://www.opendaylight.org/current-release-phosphorus',
 ]
 linkcheck_timeout = 300