Update version number in container-tag for F Maintenance Release
[sim/a1-interface.git] / near-rt-ric-simulator / 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 ]