X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=7639988022e87cf4da0b9262f5fb7bb91a26313b;hb=fe56ddf0c472e27e2e22d151e19ea7834a3beab3;hp=0000000000000000000000000000000000000000;hpb=32de6c445ee742cc468fd8c175c28e0b32fbf46e;p=nonrtric%2Fplt%2Franpm.git diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..7639988 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,34 @@ +from docs_conf import * + +branch = 'latest' +selfurl = 'https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/%s' % branch + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*' +] + +#branch configuration + + +linkcheck_ignore = [ + 'http://localhost.*', + 'http://127.0.0.1.*', + 'https://gerrit.o-ran-sc.org.*', +] + +extensions = [ + 'sphinx.ext.intersphinx', + 'sphinx.ext.autosectionlabel', +] + +#intershpinx mapping with other projects +#intersphinx_mapping = {} +## Note there is a circular dependency here - sub-project pages must exist before they can be checked +#intersphinx_mapping['influxlogger'] = ('%s/influxlogger' % selfurl, None) +#intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' % selfurl, None) +#intersphinx_mapping['pmproducer'] = ('%s/pmproducer' % selfurl, None) + + +intersphinx_disabled_reftypes = ["*"]