X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hb=refs%2Fchanges%2F89%2F4789%2F3;hp=4651a2b8caf97f5d51479fc16ac0ca70190b00ad;hpb=3abfae99a3ce81eb237cd8c0cdf8d524a659aa68;p=portal%2Fric-dashboard.git diff --git a/docs/conf.py b/docs/conf.py index 4651a2b8..922e22fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,6 @@ -from docs_conf import * +from docs_conf.conf import * +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]