From: Aric Gardner Date: Tue, 15 Oct 2019 20:42:07 +0000 (-0400) Subject: The intersphinx_mapping needs to point X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=22427014d7b81d7205375927bb9a21c3c5b2f79f;p=doc.git The intersphinx_mapping needs to point to non-test rtd projects Signed-off-by: Aric Gardner Change-Id: Ib261a0a34da6393990ec4d70729538220378e232 --- diff --git a/docs/conf.py b/docs/conf.py index e2da8e9..1485d6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,4 +7,4 @@ linkcheck_ignore = [ ] 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) +intersphinx_mapping['portal-ric-dashboard'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-portal-ric-dashboard/en/%s' % branch, None)