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