Update Setting Up Clustering with Akka artery
[docs.git] / docs / conf.py
index 600a3421c4af2835498d422b026585720b502a2c..5aeb1860e7431ab84f2390563e4b878b5d77aed2 100755 (executable)
@@ -62,7 +62,7 @@ linkcheck_ignore = [
     # Ignore anchors on github.com because linkcheck fails on them
     '^https?://github.com/.*#',
     # Ignore webchat anchors because '#' is not an anchor for this app
-    'https://webchat.freenode.net/#',
+    'https://web.libera.chat/#',
     # Ignore google docs anchors
     'https://docs.google.com/presentation/d/1bnwj8CrFGo5KekONYSeIHySdkoXZiewJxkHcZjXnzkQ/edit#slide=id.g17d8ae4d92_0_137',
     # Ignore local static contents
@@ -70,14 +70,15 @@ linkcheck_ignore = [
     # Ignore IETF URLs often not reachable from Jenkins minions
     # because of hosting connectivity issues
     '^https?://tools.ietf.org/html/.*',
-    # pending release -- to remove once published
-    'https://www.opendaylight.org/current-release-silicon',
 ]
 linkcheck_timeout = 300
 
 nitpicky = True
 release = version
 
+spelling_warning = True
+spelling_exclude_patterns = ['release-notes/release-notes-*']
+
 html_context = {
     'version_status': 'supported',
 }