Aric Gardner | 2f78ee0 | 2019-10-01 17:13:08 -0400 | [diff] [blame] | 1 | from docs_conf.conf import * |
Aric Gardner | 17962de | 2019-10-07 14:48:19 -0400 | [diff] [blame] | 2 | |
| 3 | branch = 'latest' |
| 4 | |
| 5 | linkcheck_ignore = [ |
| 6 | 'http://localhost', |
| 7 | ] |
| 8 | |
| 9 | intersphinx_mapping = {} |
weichen | 332b287 | 2019-11-12 01:41:31 -0500 | [diff] [blame^] | 10 | intersphinx_mapping['ric-app-mc'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-mc/en/%s' % branch, None) |
| 11 | |
| 12 | intersphinx_mapping['portal-ric-dashboard'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-portal-ric-dashboard/en/%s' % branch, None) |