elinuxhenrik | dbe5b8a | 2022-06-10 14:23:46 +0200 | [diff] [blame] | 1 | from docs_conf.conf import * |
| 2 | |
| 3 | #branch configuration |
elinuxhenrik | 27f2713 | 2022-06-29 07:31:32 +0200 | [diff] [blame^] | 4 | branch = 'f-release' |
elinuxhenrik | dbe5b8a | 2022-06-10 14:23:46 +0200 | [diff] [blame] | 5 | |
| 6 | linkcheck_ignore = [ |
| 7 | 'http://localhost.*', |
| 8 | 'http://127.0.0.1.*', |
| 9 | 'https://gerrit.o-ran-sc.org.*', |
| 10 | ] |
elinuxhenrik | 196cb83 | 2022-06-23 13:24:21 +0200 | [diff] [blame] | 11 | |
| 12 | extensions = [ |
| 13 | 'sphinx.ext.intersphinx', |
| 14 | 'sphinx.ext.autosectionlabel', |
| 15 | ] |
| 16 | |
| 17 | #intershpinx mapping with other projects |
| 18 | intersphinx_mapping = {} |
| 19 | |
| 20 | intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None) |