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=4d2f3ce8d29941e3786ec34177f5067c2e66fdc0;hpb=9f908e790375cd8fa4cc9385d515f2576be8797b 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.*' +]