X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Fdocs%2Fconf.py;fp=fhi_lib%2Fdocs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hp=0000000000000000000000000000000000000000;hb=dc60302512d6fa5433031e0af0a97bb8f9173cdb;hpb=cef07f74965b1749dd909fc1322e211489fea2ea diff --git a/fhi_lib/docs/conf.py b/fhi_lib/docs/conf.py new file mode 100644 index 0000000..922e22f --- /dev/null +++ b/fhi_lib/docs/conf.py @@ -0,0 +1,6 @@ +from docs_conf.conf import * +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]