3b562d1d042bd8abc90d5d5b1b19095a46ddc841
[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:\d+/',
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 ]
18
19 intersphinx_mapping = {}
20
21 html_last_updated_fmt = '%d-%b-%y %H:%M'
22 html_theme_options = {'body_max_width': '100%'}
23
24 def setup(app):
25     app.add_stylesheet("css/ribbon_onap.css")