X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=bef539284df7c8cc44dd74162c22b03d3599c875;hb=bdb9f7181d34e2743ede2369ec35b163ef2e2ec9;hp=ff5fcc9904230e81913e8241db46c1c1422d2178;hpb=09e21f39a3ffcfc2063110bcad028014b0056398;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index ff5fcc99..bef53928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,22 +8,15 @@ 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. - './ecs-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',] redoc = [ { - 'name': 'RAC API', - 'page': 'rac-api', - 'spec': '../r-app-catalogue/api/rac-api.json', - 'embed': True, - }, - { - 'name': 'ECS API', - 'page': 'ecs-api', + 'name': 'ICS API', + 'page': 'ics-api', 'spec': '../information-coordinator-service/api/ics-api.json', 'embed': True, }