From 17962de9840e0e3229d93fe3cc82afa8d20cd3e3 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 7 Oct 2019 14:48:19 -0400 Subject: [PATCH] Add intersphinx_mapping This was we can reference the ric project from the index of the doc project Signed-off-by: Aric Gardner Change-Id: I8ed91f83ac20a11b1e998feb759342f8956527ff --- docs/conf.py | 9 +++++++++ docs/index.rst | 1 + 2 files changed, 10 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3c4453e..e2da8e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,10 @@ from docs_conf.conf import * + +branch = 'latest' + +linkcheck_ignore = [ + 'http://localhost', +] + +intersphinx_mapping = {} +intersphinx_mapping['portal-ric-dashboard'] = ('https://o-ran-sc-doc-test.readthedocs.io/projects/o-ran-sc-portal-ric-dashboard-test/en/%s' % branch, None) diff --git a/docs/index.rst b/docs/index.rst index a42f61a..67ecfe0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,7 @@ Guides: :maxdepth: 1 bar + * :doc:`RIC Overview ` Indices and tables -- 2.16.6