X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hb=761f2ad4329fcb8ef86797997f2a8b5fe5368e70;hp=592a573663f7dfafe102b3ba7f586413a8487ed6;hpb=e6ee6ba3a164c8cb3c8ee259b05a838022af7ea5;p=portal%2Fric-dashboard.git diff --git a/docs/conf.py b/docs/conf.py index 592a5736..922e22fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,2 +1,6 @@ -from docs_conf import * -master_doc = 'index' +from docs_conf.conf import * +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]