X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hb=c4d5b6c02be72614aa70f0b6222d784af47b2a7e;hp=592a573663f7dfafe102b3ba7f586413a8487ed6;hpb=425ca107bd805dda906b62fc2b03a6f3c815b8a1;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.*' +]