X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=8f9044f0b3dcd0b513bdf85dde2557f3b5138792;hb=28bb3daceee9d6108da813f0b44c5cc459ef3fde;hp=f0e4e4cb0a062f257eb8cd29200f2d9c672457ed;hpb=499fc3793b4af0fafa36b5ed0eded6e8f1ec4a39;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index f0e4e4c..8f9044f 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['kafka-pm-producer'] = ('%s/kafka-pm-producer' % selfurl, None) intersphinx_disabled_reftypes = ["*"]