Remove Information Coordinator Service
[nonrtric.git] / docs / conf.py
index bef5392..8c7a946 100644 (file)
@@ -8,21 +8,9 @@ linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
     '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'
+extensions = ['sphinx.ext.intersphinx',]
 
 #intershpinx mapping with other projects
 intersphinx_mapping = {}