Updated Kohn release notes for 5G SON use case
[integration.git] / docs / conf.py
index 1297b0b..b351570 100644 (file)
@@ -17,7 +17,8 @@ linkcheck_ignore = [
     r'http.*K8S_HOST:30227.*',
     r'http.*K8S_NODE_IP.*',
     r'http.*REPO_IP.*',
-    'http://team.onap.eu'
+    'http://team.onap.eu',
+    'https://tools.ietf.org/html/rfc8345'
 ]
 
 intersphinx_mapping = {}
@@ -26,5 +27,7 @@ intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch,
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
+exclude_patterns = ['.tox/**']
+
 def setup(app):
     app.add_css_file("css/ribbon.css")