X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=922e22fb470dc6c162b0c5024091fadf014ff69a;hb=357ef19e6c883daad1f23299a0ca9caf9bdd47cd;hp=0000000000000000000000000000000000000000;hpb=c08538fdb8b374ad2cf69686e2d86398644a074f;p=ric-plt%2Fasn1-documents.git 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.*' +]