X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=27af5cbe19296ae18b94d273d35ac576d8be5d33;hb=129029584597941bb7603dd7440b7d37f823ef96;hp=a9c42b6723f32da762d9ae692271edade35f1625;hpb=fbece5930eebe53f88b1c2a657cc9871490f8ca6;p=vfc%2Fnfvo%2Flcm.git diff --git a/docs/conf.py b/docs/conf.py index a9c42b67..27af5cbe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,5 +52,8 @@ def setup(app): app.add_css_file("css/ribbon.css") linkcheck_ignore = [ - r'http://localhost:\d+/' + r'http://localhost:\d+/', + r'http://ClusterIP:*', + r'http://172.60.2.39:*', + r'http://10.43.21.105:*' ]