aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d042f2ce5..3927d8725 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,7 +16,9 @@ linkcheck_ignore = [
r'http://SINK_IP_ADDRESS:667.*',
r'http.*K8S_HOST:30227.*',
r'http.*K8S_NODE_IP.*',
- 'http://team.onap.eu'
+ r'http.*REPO_IP.*',
+ 'http://team.onap.eu',
+ 'https://tools.ietf.org/html/rfc8345'
]
intersphinx_mapping = {}