Enable participants linking
Participants link enabled.
Issue-ID: NONRTRIC-957
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ic1a57e7fe7ecd800fcece860e28d90d3bbab0211
diff --git a/docs/conf.py b/docs/conf.py
index f744b25..ff4e306 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,5 +46,5 @@
intersphinx_mapping = {}
intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None)
-# intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None)
+intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None)
intersphinx_disabled_reftypes = ["*"]