X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=07032acd2f9866adecbe48438be2dbf59082ac72;hb=668baeee96bf80878bed5bd514025e12687ede54;hp=0000000000000000000000000000000000000000;hpb=34f8572b462ef3ebbf74ec345de7a9b85af1a0a2;p=ric-plt%2Fricdms.git diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..07032ac --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,7 @@ +from docs_conf.conf import * + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]