X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=bef539284df7c8cc44dd74162c22b03d3599c875;hb=bdb9f7181d34e2743ede2369ec35b163ef2e2ec9;hp=d62028984271f231ea84a10aa645928163206a03;hpb=fd5e1f38fac7e52c0a975051c9e09a8b2c257bee;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index d6202898..bef53928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,23 @@ branch = 'latest' linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', - 'https://gerrit.o-ran-sc.org.*' + 'https://gerrit.o-ran-sc.org.*', + './ics-api.html', #Generated file that doesn't exist at link check. ] +extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] + +redoc = [ + { + 'name': 'ICS API', + 'page': 'ics-api', + 'spec': '../information-coordinator-service/api/ics-api.json', + 'embed': True, + } + ] + +redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' + #intershpinx mapping with other projects intersphinx_mapping = {}