Add ReadTheDocs configuration/site in repo root directory
[nonrtric/plt/ranpm.git] / docs / conf.py
1 from docs_conf import *
2
3 branch = 'latest'
4 selfurl = 'https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/%s' % branch
5
6 linkcheck_ignore = [
7     'http://localhost.*',
8     'http://127.0.0.1.*',
9     'https://gerrit.o-ran-sc.org.*'
10 ]
11
12 #branch configuration
13
14
15 linkcheck_ignore = [
16     'http://localhost.*',
17     'http://127.0.0.1.*',
18     'https://gerrit.o-ran-sc.org.*',
19 ]
20
21 extensions = [
22     'sphinx.ext.intersphinx',
23     'sphinx.ext.autosectionlabel',
24 ]
25
26 #intershpinx mapping with other projects
27 #intersphinx_mapping = {}
28 ## Note there is a circular dependency here - sub-project pages must exist before they can be checked 
29 #intersphinx_mapping['influxlogger'] = ('%s/influxlogger' % selfurl, None)
30 #intersphinx_mapping['datafilecollector'] = ('%s/datafilecollector' % selfurl, None)
31 #intersphinx_mapping['pmproducer'] = ('%s/pmproducer' % selfurl, None)
32
33
34 intersphinx_disabled_reftypes = ["*"]