X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6d1dc6e2a833613c93004464530c3e234217a74e;hb=bf779f6b82c5d7f7cc4cd6f5d01c347c51b45e51;hp=0acbd7b1589f39bd6597955bcc8ef098e010a678;hpb=3bcd42a2316418a85a7d188f7e1b10ba93d8c152;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index 0acbd7b..6d1dc6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,11 +22,14 @@ from docs_conf.conf import * branch = 'i-release' -subsitesbranch = 'i-release' +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 = ["*"]