From f9efac77041ee62dbfa02746da4e2625afe4450d Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Wed, 29 Jun 2022 12:35:56 +0200 Subject: [PATCH] Add link to ONAP Readthedocs Issue-ID: NONRTRIC-762 Signed-off-by: elinuxhenrik Change-Id: I927ed958f88b33a3ad301aadd3c7b817e6af7cc0 --- docs/conf.py | 2 ++ docs/overview.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 65fb219..66c7edf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,6 +3,7 @@ from docs_conf.conf import * #branch configuration branch = 'latest' +onapbranch = 'latest' linkcheck_ignore = [ 'http://localhost.*', @@ -16,3 +17,4 @@ extensions = ['sphinx.ext.intersphinx',] intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None) +intersphinx_mapping['onapa1policymanagementservice'] = ('https://docs.onap.org/projects/onap-ccsdk-oran/en/%s' % onapbranch, None) diff --git a/docs/overview.rst b/docs/overview.rst index f0eef08..3c66a81 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -23,7 +23,7 @@ A1 Controller Service above A1 Controller/Adaptor that provides: * Converged ONAP & O-RAN-SC A1 Adapter/Controller functions in ONAP SDNC/CCSDK (Optionally deploy without A1 Adaptor to connect direct to near-RT-RICs). * Support for different Southbound connectors per near-RT-RIC - e.g. different A1 versions, different near-RT-RIC version, different A1 adapter/controllers supports different or proprietary A1 controllers/EMSs. -See also: `A1 Policy Management Service in ONAP `_ . +See also A1 Policy Management Service in ONAP: `Wiki `_, :doc:`Documentation`. Implementation: -- 2.16.6