Update vLB ScaleOut use case doc
[integration.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'latest'
4 master_doc = 'index'
5
6 linkcheck_ignore = [
7     r'http://localhost:.*',
8     'http://CONSUL_SERVER_UI:30270/ui/#/dc1/services',
9     r'https://.*h=frankfurt',
10     r'http.*frankfurt.*',
11     r'http.*simpledemo.onap.org.*',
12     r'http://ANY_K8S_IP.*',
13     'http://so-monitoring:30224',
14     r'http://SINK_IP_ADDRESS:667.*',
15     r'http.*K8S_HOST:30227.*',
16     r'http.*K8S_NODE_IP.*',
17     'http://team.onap.eu'
18 ]
19
20 intersphinx_mapping = {}
21
22 html_last_updated_fmt = '%d-%b-%y %H:%M'
23
24 def setup(app):
25     app.add_css_file("css/ribbon.css")