10 lines
335 B
Python
10 lines
335 B
Python
|
from docs_conf.conf import *
|
||
|
linkcheck_ignore = [
|
||
|
'http://localhost.*',
|
||
|
'http://127.0.0.1.*',
|
||
|
'https://gerrit.o-ran-sc.org.*'
|
||
|
]
|
||
|
#extensions = ['sphinx.ext.autosectionlabel']
|
||
|
#intersphinx_mapping = {}
|
||
|
#intersphinx_mapping['ric-app-hw'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-hw/en/%s' % 'latest')
|