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