X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=21bfee917a40e7ace030a6ecbef811adaedfbb05;hb=2918bef3d237c99e6cf7e9c1ab1722781128617b;hp=d4cdb81e268be92c74c291a4958276bd9d79dd1e;hpb=6b45b053fe289bf0b01b40e4939832fa636e1617;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index d4cdb81e..21bfee91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,21 +8,14 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './rac-api.html', #Generated file that doesn't exist at link check. './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-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',] redoc = [ - { - 'name': 'RAC API', - 'page': 'rac-api', - 'spec': '../r-app-catalogue/api/rac-api.json', - 'embed': True, - }, { 'name': 'ICS API', 'page': 'ics-api', @@ -33,12 +26,6 @@ redoc = [ 'name': 'DMaaP Adaptor API', 'page': 'dmaap-adaptor-api', 'spec': '../dmaap-adaptor-java/api/api.json', - }, - { - 'name': 'DMaaP Mediator Producer API', - 'page': 'dmaap-mediator-producer-api', - 'spec': '../dmaap-mediator-producer/docs/swagger.json', - 'embed': True, } ]