X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=15261babb3e3c13908e157ee3cfbb7ff80c75c53;hb=b7e138bf5fd1419a1a0134db8ba016320f968ca7;hp=3fdecf932c845a99996661f40fbfa5984a352a04;hpb=6bba630b2fb222a3eaceef44a366792b43944262;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/docs/conf.py b/docs/conf.py index 3fdecf9..15261ba 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - '.*participants.*', # Participants site may not be built yet + # '.*participants.*', # Participants site may not be built yet './rappmanager-api.html', # Generated file that doesn't exist at link check. ] @@ -47,5 +47,5 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None) -#intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) +intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) intersphinx_disabled_reftypes = ["*"]