X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftest%2FEXT_SRV%2Fdocs%2Fconf.py;fp=near-rt-ric-simulator%2Ftest%2FEXT_SRV%2Fdocs%2Fconf.py;h=011a69da8f49d689bc0e5668e9a70fb316650162;hb=30f41fcbaa50eef322aa47efe8346b432b96b578;hp=0000000000000000000000000000000000000000;hpb=cfc90f8d9f6e5bd1c38f3aa44e0032a1a4eb3b8b;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/test/EXT_SRV/docs/conf.py b/near-rt-ric-simulator/test/EXT_SRV/docs/conf.py new file mode 100755 index 0000000..011a69d --- /dev/null +++ b/near-rt-ric-simulator/test/EXT_SRV/docs/conf.py @@ -0,0 +1,13 @@ +from docs_conf.conf import * + +language = 'en' + +extensions = [ + 'sphinxcontrib.openapi', +] + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +]