From: Aric Gardner Date: Mon, 7 Oct 2019 18:48:19 +0000 (-0400) Subject: Add intersphinx_mapping X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F1083%2F4;p=doc.git 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 --- 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