blob: 42330a686d1599e976efffc4ba830f8672a64d81 [file] [log] [blame]
elinuxhenrik47837f22020-04-15 14:42:27 +02001from docs_conf.conf import *
elinuxhenrik93f015a2020-04-08 11:23:55 +02002
halil.cakal6e325de2022-08-02 13:52:59 +01003branch = 'latest'
4
halil.cakal30f41fc2022-07-07 08:53:12 +01005language = 'en'
6
elinuxhenrik93f015a2020-04-08 11:23:55 +02007linkcheck_ignore = [
8 'http://localhost.*',
9 'http://127.0.0.1.*',
halil.cakal6e325de2022-08-02 13:52:59 +010010 'https://gerrit.o-ran-sc.org.*',
halil.cakalb5b49792022-08-10 09:19:15 +010011 './KAFKA_DISPATCHER_api.html',
halil.cakal6e325de2022-08-02 13:52:59 +010012 './EXT_SRV_api.html', #Generated file that doesn't exist at link check.
elinuxhenrik93f015a2020-04-08 11:23:55 +020013]
halil.cakal30f41fc2022-07-07 08:53:12 +010014
halil.cakal6e325de2022-08-02 13:52:59 +010015extensions = ['sphinxcontrib.redoc']
16
17redoc = [
18 {
19 'name': 'CALLOUT SERVER',
20 'page': 'EXT_SRV_api',
21 'spec': '../near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml',
22 'embed': True,
halil.cakalb5b49792022-08-10 09:19:15 +010023 },
24 {
25 'name': 'Kafka Message Dispatcher',
26 'page': 'KAFKA_DISPATCHER_api',
27 'spec': '../near-rt-ric-simulator/test/KAFKA_DISPATCHER/api/KAFKA_DISPATCHER_api.yaml',
28 'embed': True,
29 },
halil.cakal6e325de2022-08-02 13:52:59 +010030 ]
31
32redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js'