Resolve link redirects to the current links
[docs.git] / docs / conf.py
index 8e3423710fbb40d261aaf98901b04f8800b3d669..bf94794559ed0b19256fd87ae30123bc9658f81d 100755 (executable)
@@ -57,6 +57,8 @@ linkcheck_ignore = [
     'https://www.osgi.org',
     # Ignore anchors on github.com because linkcheck fails on them
     '^http[s]://github.com/.*#',
+    # Ignore webchat anchors because '#' is not an anchor for this app
+    'https://webchat.freenode.net/#',
 ]
 linkcheck_timeout = 300