X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=c5e504d8006afa6b9001465e3464e85633c8630f;hb=cddb813c3f7e11a548ed81e1ecaac2fa09b34f61;hp=20c71fc328cd2539cd291b2951ca03696713ce84;hpb=0268b146cb35f0b5cdc4f8deb2668055bc4ce940;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index 20c71fc3..c5e504d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,8 @@ linkcheck_ignore = [ '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. + './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. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -26,6 +27,12 @@ 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', + 'embed': True, } ]