X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=20c71fc328cd2539cd291b2951ca03696713ce84;hb=0268b146cb35f0b5cdc4f8deb2668055bc4ce940;hp=a6ae7f96c50f52e71f4a3ee603994a07b5d480b2;hpb=0b0cb1fdcf166e438c6932f1eb0f29dafafbe635;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index a6ae7f96..20c71fc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,8 @@ 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. + './rac-api.html', #Generated file that doesn't exist at link check. + './ics-api.html' #Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -19,6 +20,12 @@ redoc = [ 'page': 'rac-api', 'spec': '../r-app-catalogue/api/rac-api.json', 'embed': True, + }, + { + 'name': 'ICS API', + 'page': 'ics-api', + 'spec': '../information-coordinator-service/api/ics-api.json', + 'embed': True, } ]