blob: 657514db4478c4f055b41ab48db62d644657b3f1 [file] [log] [blame]
elinuxhenrikdbe5b8a2022-06-10 14:23:46 +02001from docs_conf.conf import *
2
3#branch configuration
elinuxhenrik27f27132022-06-29 07:31:32 +02004branch = 'f-release'
elinuxhenrikdbe5b8a2022-06-10 14:23:46 +02005
6linkcheck_ignore = [
7 'http://localhost.*',
8 'http://127.0.0.1.*',
9 'https://gerrit.o-ran-sc.org.*',
10]
elinuxhenrik196cb832022-06-23 13:24:21 +020011
12extensions = [
13 'sphinx.ext.intersphinx',
14 'sphinx.ext.autosectionlabel',
15]
16
17#intershpinx mapping with other projects
18intersphinx_mapping = {}
19
20intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)