From a471319ad31176b7e981d71a17776e342f6c95be Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Wed, 22 Jun 2022 22:03:41 +0900 Subject: [PATCH] Add SMO O2 link in projects Issue-ID: SMO-61 Change-Id: I63b848504600ec0dcae5bed7386d3f1bdeb90f49 Signed-off-by: Toshiaki Takahashi --- docs/conf.py | 1 + docs/projects.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 093dbcb..c0f0037 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,5 +97,6 @@ intersphinx_mapping['it-otf'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-it #SMO intersphinx_mapping['smo-ves'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-smo-ves/en/%s' % branch, None) intersphinx_mapping['smo-o1'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-smo-o1/en/%s' % branch, None) +intersphinx_mapping['smo-o2'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-smo-o2/en/%s' % branch, None) diff --git a/docs/projects.rst b/docs/projects.rst index f7228bd..0bc0e20 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -155,6 +155,7 @@ More detailed function documentation can be found as follow: * :doc:`SMO-VES ` * :doc:`SMO O1 ` +* :doc:`SMO O2 ` -- 2.16.6