X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=bef539284df7c8cc44dd74162c22b03d3599c875;hb=248487e4d6f6417da3d0f6784e20e81bcb4330d7;hp=21bfee917a40e7ace030a6ecbef811adaedfbb05;hpb=844931b62f35ce6ee2d9dc7274573fc54e14407a;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index 21bfee91..bef53928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,6 @@ linkcheck_ignore = [ 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', './ics-api.html', #Generated file that doesn't exist at link check. - './dmaap-adaptor-api.html', #Generated file that doesn't exist at link check. - './dmaap-mediator-producer-api.html' #Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -21,11 +19,6 @@ redoc = [ 'page': 'ics-api', 'spec': '../information-coordinator-service/api/ics-api.json', 'embed': True, - }, - { - 'name': 'DMaaP Adaptor API', - 'page': 'dmaap-adaptor-api', - 'spec': '../dmaap-adaptor-java/api/api.json', } ]