X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=87a9b71c2a0948ad9b299b418d1c0365cb11c7f4;hb=d113c317c5c6e3863a9ddfa0fd3b6f8510273bbe;hp=d4cdb81e268be92c74c291a4958276bd9d79dd1e;hpb=6b45b053fe289bf0b01b40e4939832fa636e1617;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index d4cdb81e..87a9b71c 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', @@ -37,7 +30,7 @@ redoc = [ { 'name': 'DMaaP Mediator Producer API', 'page': 'dmaap-mediator-producer-api', - 'spec': '../dmaap-mediator-producer/docs/swagger.json', + 'spec': '../dmaap-mediator-producer/api/swagger.json', 'embed': True, } ]