Testing documentation of PNF SW Upgrade with Schema update
[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 ]
22
23 intersphinx_mapping = {}
24 intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
25 intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None)
26
27 html_last_updated_fmt = '%d-%b-%y %H:%M'
28
29 def setup(app):
30     app.add_css_file("css/ribbon.css")