X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=ff5fcc9904230e81913e8241db46c1c1422d2178;hb=c6916032d124066c6009e0db070a0cebb9c1ea5f;hp=a6ae7f96c50f52e71f4a3ee603994a07b5d480b2;hpb=5ada515a9b796bdcb0a78c7fd4eb3512bd21c031;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index a6ae7f96..ff5fcc99 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. + './ecs-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': 'ECS API', + 'page': 'ecs-api', + 'spec': '../information-coordinator-service/api/ics-api.json', + 'embed': True, } ]