X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=85721c6af95ddb9a6e8569333c669a292f8b1016;hb=7f685c3b730ce857b32bbd4bdbb214795511ec62;hp=a6ae7f96c50f52e71f4a3ee603994a07b5d480b2;hpb=647744d8ab625d28ea0ecda3e6741e23ba9b0bc7;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index a6ae7f96..85721c6a 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': '../enrichment-coordinator-service/api/ecs-api.json', + 'embed': True, } ]