X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=ff87b2b3dbad3ab0f6d5cd459e1db2cf6ed43151;hb=331535e4fea69fbdcf3c74cc1cdfe8b05c9080f4;hp=f0e4e4cb0a062f257eb8cd29200f2d9c672457ed;hpb=dcecbc9d5e1605e429ce7d27b7201bf7864059ff;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index f0e4e4c..ff87b2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ # ============LICENSE_END================================================= # -# NB: This is the only conf.yaml file used by the upstream readthedocs job (ref '.readthedocs.yaml') +# NB: This is the only conf.yaml file used by the upstream readthedocs job (ref '.readthedocs.yaml') # Where possible include contents of the sub-folders' 'conf.yaml' files here if appropriate from docs_conf.conf import * @@ -42,6 +42,6 @@ intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branc intersphinx_mapping['influxlogger'] = ('%s/influxlogger' % selfurl, None) intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' % selfurl, None) intersphinx_mapping['pmproducer'] = ('%s/pmproducer' % selfurl, None) - +intersphinx_mapping['pm-file-converter'] = ('%s/pm-file-converter' % selfurl, None) intersphinx_disabled_reftypes = ["*"]