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