Code Review
/
sim
/
a1-interface.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix A1 simulator extensions
[sim/a1-interface.git]
/
test
/
EXT_SRV
/
docs
/
conf.py
1
from docs_conf.conf import *
2
3
language = 'en'
4
5
extensions = [
6
'sphinxcontrib.openapi',
7
]
8
9
linkcheck_ignore = [
10
'http://localhost.*',
11
'http://127.0.0.1.*',
12
'https://gerrit.o-ran-sc.org.*'
13
]