Enable docs-linkcheck to validate the links
[docs.git] / docs / conf.py
index f5f8d691d855998fc057d75c54725d0130c98680..8e3423710fbb40d261aaf98901b04f8800b3d669 100755 (executable)
@@ -53,7 +53,12 @@ linkcheck_ignore = [
     # The '#' in the path makes sphinx think it's an anchor
     'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder',
     'https://git.opendaylight.org/gerrit/gitweb',
+    # URL returns a 403 Forbidden
+    'https://www.osgi.org',
+    # Ignore anchors on github.com because linkcheck fails on them
+    '^http[s]://github.com/.*#',
 ]
+linkcheck_timeout = 300
 
 nitpicky = True
 release = version