7 lines
140 B
Python
7 lines
140 B
Python
|
from docs_conf.conf import *
|
||
|
linkcheck_ignore = [
|
||
|
'http://localhost.*',
|
||
|
'http://127.0.0.1.*',
|
||
|
'https://gerrit.o-ran-sc.org.*'
|
||
|
]
|