maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 1 | from docs_conf.conf import * |
elinuxhenrik | 0a4c38b | 2020-04-14 10:59:36 +0200 | [diff] [blame] | 2 | |
| 3 | #branch configuration |
| 4 | |
| 5 | branch = 'latest' |
| 6 | |
maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 7 | linkcheck_ignore = [ |
| 8 | 'http://localhost.*', |
| 9 | 'http://127.0.0.1.*', |
| 10 | 'https://gerrit.o-ran-sc.org.*' |
| 11 | ] |
elinuxhenrik | 0a4c38b | 2020-04-14 10:59:36 +0200 | [diff] [blame] | 12 | |
| 13 | #intershpinx mapping with other projects |
| 14 | intersphinx_mapping = {} |
| 15 | |
| 16 | intersphinx_mapping['nonrtric-controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/%s' % branch, None) |
| 17 | intersphinx_mapping['sim-a1-interface'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/%s' % branch, None) |