Seed code for O-DU slice assurance new repo
[nonrtric/rapp/ransliceassurance.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 #branch configuration
4
5 branch = 'latest'
6
7 linkcheck_ignore = [
8     'http://localhost.*',
9     'http://127.0.0.1.*',
10     'https://gerrit.o-ran-sc.org.*',
11 ]
12
13 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]