First version of documentation for DME Participant

DME Participant documentation added.

Issue-ID: NONRTRIC-957
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I73c065f0b20b0d159b5dd7c9b0e7ae406c84e15f
diff --git a/docs/conf.py b/docs/conf.py
index b7d7c49..f744b25 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,6 +19,8 @@
 #branch configuration
 
 branch = 'latest'
+baseurl = 'https://docs.o-ran-sc.org/projects/'
+selfurl = '%s/o-ran-sc-nonrtric-plt-rappmanager/en/%s' %(baseurl, branch)
 
 linkcheck_ignore = [
     'http://localhost.*',
@@ -43,4 +45,6 @@
 #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)
+intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None)
+# intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None)
+intersphinx_disabled_reftypes = ["*"]