blob: c629cb522ebb41b5df88c4d3d90bd1e88b38512d [file] [log] [blame]
halil.cakal43a4feb2022-08-11 17:03:16 +01001# ============LICENSE_START===============================================
2# Copyright (C) 2019-2022 Nordix Foundation. All rights reserved.
3# ========================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=================================================
16
maximessone6b4d272019-10-31 13:26:13 +010017from docs_conf.conf import *
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020018
19#branch configuration
20
elinuxhenrikd6047332022-12-20 10:13:08 +010021controlpanelbranch = 'g-release'
22simulatorbranch = 'g-release'
23dmaapmediatorproducerbranch = 'g-release'
elinuxhenrik91437bd2022-12-20 08:20:48 +010024dmaapadapterbranch = 'g-release'
25informationcoordinatorservicebranch = 'g-release'
26rappcataloguebranch = 'g-release'
elinuxhenrikd6047332022-12-20 10:13:08 +010027helmmanagerbranch = 'g-release'
elinuxhenrik91437bd2022-12-20 08:20:48 +010028ransliceassurancebranch = 'g-release'
elinuxhenrikd6047332022-12-20 10:13:08 +010029orufhrecoverybranch = 'g-release'
30authtokenfetchbranch = 'g-release'
elinuxhenrik91437bd2022-12-20 08:20:48 +010031a1policymanagementservicebranch = 'g-release'
elinuxhenrikd6047332022-12-20 10:13:08 +010032smebranch = 'g-release'
33onapbranch = 'kohn'
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020034
maximessone6b4d272019-10-31 13:26:13 +010035linkcheck_ignore = [
36 'http://localhost.*',
37 'http://127.0.0.1.*',
elinuxhenrik5ada5152020-10-19 10:39:59 +020038 'https://gerrit.o-ran-sc.org.*',
maximessone6b4d272019-10-31 13:26:13 +010039]
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020040
elinuxhenrik76080662022-06-23 10:05:16 +020041extensions = [
42 'sphinx.ext.intersphinx',
43 'sphinx.ext.autosectionlabel',
44]
elinuxhenrik5ada5152020-10-19 10:39:59 +020045
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020046#intershpinx mapping with other projects
47intersphinx_mapping = {}
48
elinuxhenrike23218e2022-06-30 14:53:44 +020049intersphinx_mapping['controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/%s' % controlpanelbranch, None)
50intersphinx_mapping['simulator'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/%s' % simulatorbranch, None)
51intersphinx_mapping['dmaapmediatorproducer'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-dmaapmediatorproducer/en/%s' % dmaapmediatorproducerbranch, None)
52intersphinx_mapping['dmaapadapter'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-dmaapadapter/en/%s' % dmaapadapterbranch, None)
53intersphinx_mapping['informationcoordinatorservice'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-informationcoordinatorservice/en/%s' % informationcoordinatorservicebranch, None)
54intersphinx_mapping['rappcatalogue'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappcatalogue/en/%s' % rappcataloguebranch, None)
55intersphinx_mapping['helmmanager'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-helmmanager/en/%s' % helmmanagerbranch, None)
56intersphinx_mapping['ransliceassurance'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-rapp-ransliceassurance/en/%s' % ransliceassurancebranch, None)
57intersphinx_mapping['orufhrecovery'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-rapp-orufhrecovery/en/%s' % orufhrecoverybranch, None)
elinuxhenrikef963b92022-12-16 08:34:17 +010058intersphinx_mapping['authtokenfetch'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % authtokenfetchbranch, None)
elinuxhenrike23218e2022-06-30 14:53:44 +020059intersphinx_mapping['a1policymanagementservice'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-a1policymanagementservice/en/%s' % a1policymanagementservicebranch, None)
elinuxhenrikef963b92022-12-16 08:34:17 +010060intersphinx_mapping['sme'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-sme/en/%s' % smebranch, None)
elinuxhenrik76080662022-06-23 10:05:16 +020061intersphinx_mapping['onapa1policymanagementservice'] = ('https://docs.onap.org/projects/onap-ccsdk-oran/en/%s' % onapbranch, None)