X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=042ab2b491290baf130427caae2976c39677b77a;hb=42a1c5dce6fc1c0ffd9f1b04778ffe515f8c72b5;hp=ff87b2b3dbad3ab0f6d5cd459e1db2cf6ed43151;hpb=25b549ad7c00fd5e5acc38888f710fea2f5a25e5;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py index ff87b2b..042ab2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ extensions = [ #intershpinx mapping with other projects intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None) -## Note there is a circular dependency here - sub-project pages must exist before they can be checked +## Note there is a circular dependency here - sub-project pages must exist before they can be checked - makes new branches difficult - may need a few steps! intersphinx_mapping['influxlogger'] = ('%s/influxlogger' % selfurl, None) intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' % selfurl, None) intersphinx_mapping['pmproducer'] = ('%s/pmproducer' % selfurl, None)