X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6d1dc6e2a833613c93004464530c3e234217a74e;hb=bf779f6b82c5d7f7cc4cd6f5d01c347c51b45e51;hp=e18a00ff9da51525652aa1039495565b205cd326;hpb=a2885c624d08ba33d1b8498dba042e02c6285708;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index e18a00f..6d1dc6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,11 +22,14 @@ from docs_conf.conf import * branch = 'i-release' -subsitesbranch = 'latest' +subsitesbranch = 'i-release' # set this to latest for the first build on a new branch. Then change in next commit. +icsbranch = 'i-release' baseurl = 'https://docs.o-ran-sc.org/projects/' selfurl = '%s/o-ran-sc-nonrtric-plt-ranpm/en/%s' %(baseurl, branch) subsitesurl = '%s/o-ran-sc-nonrtric-plt-ranpm/en/%s' %(baseurl, subsitesbranch) +icsurl = '%s/o-ran-sc-nonrtric-plt-informationcoordinatorservice/en/%s' %(baseurl, subsitesbranch) + linkcheck_ignore = [ 'http://localhost.*', @@ -47,5 +50,6 @@ intersphinx_mapping['influxlogger'] = ('%s/influxlogger' %subsitesurl, None) intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' %subsitesurl, None) intersphinx_mapping['pmproducer'] = ('%s/pmproducer' %subsitesurl, None) intersphinx_mapping['pm-file-converter'] = ('%s/pm-file-converter' %subsitesurl, None) +intersphinx_mapping['ics'] = ('%s' %icsurl, None) intersphinx_disabled_reftypes = ["*"]