X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=21bfee917a40e7ace030a6ecbef811adaedfbb05;hb=1b82a8331d9b1f92687dbd25e6d28f2943c9df22;hp=c5e504d8006afa6b9001465e3464e85633c8630f;hpb=cddb813c3f7e11a548ed81e1ecaac2fa09b34f61;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index c5e504d8..21bfee91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,20 +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', @@ -32,7 +26,6 @@ redoc = [ 'name': 'DMaaP Adaptor API', 'page': 'dmaap-adaptor-api', 'spec': '../dmaap-adaptor-java/api/api.json', - 'embed': True, } ]