X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=87a9b71c2a0948ad9b299b418d1c0365cb11c7f4;hb=d113c317c5c6e3863a9ddfa0fd3b6f8510273bbe;hp=d62028984271f231ea84a10aa645928163206a03;hpb=0a4c38bb5bfc553c6515a447bb70824988830f84;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index d6202898..87a9b71c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,36 @@ branch = 'latest' linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', - 'https://gerrit.o-ran-sc.org.*' + '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',] + +redoc = [ + { + 'name': 'ICS API', + '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', + }, + { + 'name': 'DMaaP Mediator Producer API', + 'page': 'dmaap-mediator-producer-api', + 'spec': '../dmaap-mediator-producer/api/swagger.json', + 'embed': True, + } + ] + +redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' + #intershpinx mapping with other projects intersphinx_mapping = {}