Remove rApp Catalogue

Issue-ID: NONRTRIC-717
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I5d6c621bd43f6482d768be37b360cb4a950cad7c
diff --git a/docs/api-docs.rst b/docs/api-docs.rst
index 29207b8..b87b789 100644
--- a/docs/api-docs.rst
+++ b/docs/api-docs.rst
@@ -22,7 +22,6 @@
 * The A1 Policy Management Service
 * The Information Coordinator Service
 * DMaaP Adaptor
-* The Non-RT-RIC App Catalogue
 * K8S Helm Chart LCM Manager (Initial) **<ToDo>**
 
 A1 Policy Management Service
@@ -75,22 +74,6 @@
 
    "DMaaP Mediator Producer API", ":download:`link <../dmaap-mediator-producer/api/swagger.json>`", ":download:`link <../dmaap-mediator-producer/api/swagger.yaml>`"
 
-Non-RT-RIC App Catalogue (Initial)
-==================================
-
-The Service Catalogue provides a way for services to register themselves for other services to discover.
-
-See `Service Catalogue API <./rac-api.html>`_ for full details of the API.
-
-The API is also described in Swagger-JSON and YAML:
-
-
-.. csv-table::
-   :header: "API name", "|swagger-icon|", "|yaml-icon|"
-   :widths: 10,5, 5
-
-   "Service Catalogue API", ":download:`link <../r-app-catalogue/api/rac-api.json>`", ":download:`link <../r-app-catalogue/api/rac-api.yaml>`"
-
 K8S Helm Chart LCM Manager (Initial)
 ====================================
 
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',
diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst
index a3c3422..af206e7 100644
--- a/docs/developer-guide.rst
+++ b/docs/developer-guide.rst
@@ -58,11 +58,6 @@
     | docker run nonrtric-information-coordinator-service                |
     +--------------------------------------------------------------------+
 
-Initial Non-RT-RIC App Catalogue
---------------------------------
-
-See the README.md file in the *r-app-catalogue* directory in the Gerrit repo for more details how to run the component.
-
 DMaaP Adaptor Service
 ---------------------
 
diff --git a/docs/overview.rst b/docs/overview.rst
index 19194f4..f598d5a 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -195,6 +195,9 @@
 * Non-RT-RIC Apps can be registered / queried.
 * Limited functionality/integration for now.
 * *More work required in coming releases as the rApp concept matures*.
+* Repo: *portal/nonrtric-plt-rappcatalogue*
+
+More details available at the `documentation site <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappcatalogue>`_.
 
 Initial K8S Helm Chart LCM Manager
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 81fb035..3e8dc26 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -76,23 +76,6 @@
 +------------+----------+------------------+--------------------+
 
 
-Version history Service Catalogue
-=================================
-
-+------------+----------+------------------+----------------+
-| **Date**   | **Ver.** | **Author**       | **Comment**    |
-|            |          |                  |                |
-+------------+----------+------------------+----------------+
-| 2020-12-03 | 1.0.0    | Henrik Andersson | Cherry Release |
-|            |          |                  |                |
-+------------+----------+------------------+----------------+
-| 2020-12-03 | 1.0.2    | Henrik Andersson | E Maintenance  |
-|            |          |                  | Release        |
-|            |          |                  | Non root user  |
-|            |          |                  | in Docker      |
-+------------+----------+------------------+----------------+
-
-
 Version history Helm Manager
 ============================
 
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
index 78db685..692a79f 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -1,11 +1,11 @@
 tox
-Sphinx>=2,<4
+Sphinx
 doc8
 docutils
 setuptools
 six
-sphinx_rtd_theme>=0.4.3
-sphinxcontrib-needs>=0.2.3
+sphinx_rtd_theme
+sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 sphinx_bootstrap_theme
 sphinxcontrib-redoc