Callout documentation includes readme and docs
[sim/a1-interface.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 language = 'en'
4
5 linkcheck_ignore = [
6     'http://localhost.*',
7     'http://127.0.0.1.*',
8     'https://gerrit.o-ran-sc.org.*'
9 ]
10
11 extensions = [
12    'sphinxcontrib.openapi',
13 ]