diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1297b0b33..2e41ab400 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = {} |