Update Download page
[docs.git] / docs / conf.py
index 48a7577f4b59a4a8c9e76444f130eaa111faf7a0..f36a77913f0248d61629541daacfd983df327cb7 100755 (executable)
@@ -60,6 +60,15 @@ linkcheck_ignore = [
     '^http[s]://github.com/.*#',
     # Ignore webchat anchors because '#' is not an anchor for this app
     'https://webchat.freenode.net/#',
+    # Ignore google docs anchors
+    'https://docs.google.com/presentation/d/1bnwj8CrFGo5KekONYSeIHySdkoXZiewJxkHcZjXnzkQ/edit#slide=id.g17d8ae4d92_0_137',
+    # Ignore local static contents
+    '../_static/OpenDaylight-Technical-Charter-LFN-Projects-LLC-FINAL.pdf',
+    # Ignore IETF URLs often not reachable from Jenkins minions
+    # because of hosting connectivity issues
+    '^http[s]://tools.ietf.org/html/.*',
+    # pending release -- to remove once published
+    'https://www.opendaylight.org/current-release-silicon',
 ]
 linkcheck_timeout = 300