blob: 68ef33b1ad4062b18f77d558c0d958c71320c2ab [file] [log] [blame]
Jessica Wagantall8e493212020-02-06 15:02:37 -08001from docs_conf.conf import *
2
3branch = 'latest'
4master_doc = 'index'
5
6linkcheck_ignore = [
mrichommeac588d62020-05-28 22:38:30 +02007 r'http://localhost:.*',
mrichommea958b982020-04-13 18:46:35 +02008 '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.*',
Lukasz Rajewskib98b27d2020-04-27 21:30:24 +020016 r'http.*K8S_NODE_IP.*'
Jessica Wagantall8e493212020-02-06 15:02:37 -080017]
18
19intersphinx_mapping = {}
20
21html_last_updated_fmt = '%d-%b-%y %H:%M'
Jessica Wagantall8e493212020-02-06 15:02:37 -080022
23def setup(app):
Eric Debeau3286e052020-06-05 23:39:47 +020024 app.add_css_file("css/ribbon.css")