X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=54a657f4fbd2d3b0ef9ec349052393627dd16fbe;hb=fac3b32c939473cb4f1ae9c0730937eedf575f51;hp=f806a4b721ad5e4b908c194882dc48f9489a08fc;hpb=a95df85f473157058122ee1a2cfbcb043c529f3a;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index f806a4b..54a657f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,10 +23,13 @@ from docs_conf.conf import * branch = 'latest' subsitesbranch = 'latest' # set this to latest for the first build on a new branch. Then change in next commit. +icsbranch = 'latest' 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 = ["*"]