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