X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fresource-status-manager.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=e06c3ace7b69735355dcd93e8d67d5e66f475add;hp=0000000000000000000000000000000000000000;hb=2c2007c301dac8d6bd6e6d2470c3f29024017c92;hpb=5196e8fb59be3fe5853325e95a8dfd55873836c7 diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..e06c3ac --- /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.*' +]