X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=8f40e8b8175c7daa10472f8ec6d15de5af43df34;hb=HEAD;hp=667f168090a64bd9ec6c3f55e776a22db9a6045e;hpb=b95e90ad1be8a8aa9c80b987d446010a9e34cc7a;p=multicloud%2Fframework.git diff --git a/docs/conf.py b/docs/conf.py index 667f168..2248321 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,5 +52,7 @@ def setup(app): app.add_css_file("css/ribbon.css") linkcheck_ignore = [ - r'http://localhost:\d+/' -] \ No newline at end of file + r'http:\.*', + r'https:\.*' + r'\.*' +]