63a835e3b8be43671c4fcff5d6f9122f30c40270
[portal/nonrtric-controlpanel.git] / docs / conf.py
1 from docs_conf.conf import *
2 linkcheck_ignore = [
3     'http://localhost.*',
4     'http://127.0.0.1.*',
5     'https://gerrit.o-ran-sc.org.*'
6 ]
7
8 branch = 'latest'
9
10 extensions = [
11     'sphinx.ext.intersphinx',
12 ]
13
14 #intershpinx mapping with other projects
15 intersphinx_mapping = {}
16
17 intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)