Remove DMaaP Adapter
[nonrtric.git] / docs / conf.py
index 21bfee9..bef5392 100644 (file)
@@ -9,8 +9,6 @@ linkcheck_ignore = [
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
     './ics-api.html', #Generated file that doesn't exist at link check.
-    './dmaap-adaptor-api.html', #Generated file that doesn't exist at link check.
-    './dmaap-mediator-producer-api.html' #Generated file that doesn't exist at link check.
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
@@ -21,11 +19,6 @@ redoc = [
                 'page': 'ics-api',
                 'spec': '../information-coordinator-service/api/ics-api.json',
                 'embed': True,
-            },
-            {
-                'name': 'DMaaP Adaptor API',
-                'page': 'dmaap-adaptor-api',
-                'spec': '../dmaap-adaptor-java/api/api.json',
             }
         ]