blob: d042f2ce51f85c1f8f32183ba93c345d6fef5688 [file] [log] [blame]
Jessica Wagantall8e493212020-02-06 15:02:37 -08001from docs_conf.conf import *
2
3branch = 'latest'
4master_doc = 'index'
5
mrichomme59305b42020-12-01 18:23:57 +01006doc_url = 'https://docs.onap.org/projects'
7
Jessica Wagantall8e493212020-02-06 15:02:37 -08008linkcheck_ignore = [
mrichommeac588d62020-05-28 22:38:30 +02009 r'http://localhost:.*',
mrichommea958b982020-04-13 18:46:35 +020010 '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.*',
mrichomme9643b0c2020-11-14 22:36:57 +010018 r'http.*K8S_NODE_IP.*',
19 'http://team.onap.eu'
Jessica Wagantall8e493212020-02-06 15:02:37 -080020]
21
22intersphinx_mapping = {}
mrichomme59305b42020-12-01 18:23:57 +010023intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
Jessica Wagantall8e493212020-02-06 15:02:37 -080024
25html_last_updated_fmt = '%d-%b-%y %H:%M'
Jessica Wagantall8e493212020-02-06 15:02:37 -080026
27def setup(app):
Eric Debeau3286e052020-06-05 23:39:47 +020028 app.add_css_file("css/ribbon.css")