update link to upper-constraints.txt
[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 ]
18
19 intersphinx_mapping = {}
20
21 html_last_updated_fmt = '%d-%b-%y %H:%M'
22
23 def setup(app):
24     app.add_css_file("css/ribbon.css")