Update documentation 13/8613/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 08:51:30 +0000 (10:51 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 08:51:34 +0000 (10:51 +0200)
Issue-ID: NONRTRIC-769
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ib1249d4727803ce5016de0487b8e5411f59b65cc

docs/conf.py
docs/index.rst
docs/overview.rst

index 922e22f..63a835e 100644 (file)
@@ -4,3 +4,14 @@ linkcheck_ignore = [
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*'
 ]
+
+branch = 'latest'
+
+extensions = [
+    'sphinx.ext.intersphinx',
+]
+
+#intershpinx mapping with other projects
+intersphinx_mapping = {}
+
+intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)
index e0fda7e..ec1483d 100644 (file)
@@ -13,8 +13,3 @@ Non-RT RIC Control Panel
    ./developer-guide.rst  
    ./installation-guide.rst
    ./release-notes.rst
-
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
index 4e168b2..1ac93da 100644 (file)
@@ -29,3 +29,5 @@ The architecture of the Control Panel is as shown on the following picture:
    :scale: 50 %
 
 The Control Panel can be deployed following the instructions in the Installation Guide.
+
+This product is a part of :doc:`NONRTRIC <nonrtric:index>`.