X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=2ee9f6e9860579a15a5b06488dc2a74938ea4b66;hb=2e67110f7899cfa92672b744039f9c8a4d2aefb6;hp=ef74119dc26ed64728992de6d445c5b2c91c0d7d;hpb=57435fef9be52525f7bdcc5b6f0cff03ebbf8534;p=ric-app%2Fadmin.git diff --git a/docs/conf.py b/docs/conf.py index ef74119..2ee9f6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,3 +5,5 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*' ] extensions = ['sphinx.ext.autosectionlabel'] +intersphinx_mapping = {} +intersphinx_mapping['ric-app-admin'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-admin/en/%s' % 'latest')