Update docs for 5G SON use case Kohn release
[integration.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'latest'
4 master_doc = 'index'
5
6 doc_url = 'https://docs.onap.org/projects'
7
8 linkcheck_ignore = [
9     r'http://localhost:.*',
10     'http://CONSUL_SERVER_UI:30270/ui/#/dc1/services',
11     r'https://.*h=frankfurt',
12     r'http.*frankfurt.*',
13     r'http.*simpledemo.onap.org.*',
14     r'http://ANY_K8S_IP.*',
15     'http://so-monitoring:30224',
16     r'http://SINK_IP_ADDRESS:667.*',
17     r'http.*K8S_HOST:30227.*',
18     r'http.*K8S_NODE_IP.*',
19     r'http.*REPO_IP.*',
20     'http://team.onap.eu',
21     'https://tools.ietf.org/html/rfc8345'
22 ]
23
24 intersphinx_mapping = {}
25 intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
26 intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None)
27
28 html_last_updated_fmt = '%d-%b-%y %H:%M'
29
30 exclude_patterns = ['.tox/**']
31
32 def setup(app):
33     app.add_css_file("css/ribbon.css")