X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=9bde80f22451956e468d151068e68d8cfd6f48c6;hb=93f015a0f3677aedb631d93d03f613140ba2fb60;hp=0000000000000000000000000000000000000000;hpb=4faea56fb14be66d4123142d5bbd7cdde0851ead;p=sim%2Fa1-interface.git diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..9bde80f --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,7 @@ +from docs_conf import * + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]