X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=smo%2Fo1.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hp=0000000000000000000000000000000000000000;hb=cf9b31fbf9918ba313e1d1a446a0798832e274c6;hpb=b9f74e2982e641beb8c95db76ef0e8c0c241817a diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..922e22f --- /dev/null +++ b/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.*' +]