Remove rApp Catalogue

Issue-ID: NONRTRIC-717
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I5d6c621bd43f6482d768be37b360cb4a950cad7c
diff --git a/docs/conf.py b/docs/conf.py
index 4ee6998..87a9b71 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,9 +8,8 @@
     '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.
     './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-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.
 ]
 
@@ -18,12 +17,6 @@
 
 redoc = [
             {
-                'name': 'RAC API',
-                'page': 'rac-api',
-                'spec': '../r-app-catalogue/api/rac-api.json',
-                'embed': True,
-            },
-            {
                 'name': 'ICS API',
                 'page': 'ics-api',
                 'spec': '../information-coordinator-service/api/ics-api.json',