blob: d275b29daf484aafe0143d3efce358282bac5dfb [file] [log] [blame]
Jessica Wagantall8e493212020-02-06 15:02:37 -08001from docs_conf.conf import *
2
Eric Debeau636ac4e2021-04-27 13:09:11 +02003branch = 'honolulu'
Jessica Wagantall8e493212020-02-06 15:02:37 -08004master_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.*',
rameshiyer27798ff6d2021-01-04 14:52:27 +000019 r'http.*REPO_IP.*',
mrichommea00402a2021-01-12 18:22:20 +010020 'http://team.onap.eu',
21 'https://tools.ietf.org/html/rfc8345'
Jessica Wagantall8e493212020-02-06 15:02:37 -080022]
23
24intersphinx_mapping = {}
mrichomme59305b42020-12-01 18:23:57 +010025intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None)
rameshiyer27798ff6d2021-01-04 14:52:27 +000026intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None)
Jessica Wagantall8e493212020-02-06 15:02:37 -080027
28html_last_updated_fmt = '%d-%b-%y %H:%M'
Jessica Wagantall8e493212020-02-06 15:02:37 -080029
Bartek Grzybowski00dd8862021-04-02 13:54:42 +020030exclude_patterns = ['.tox/**']
31
Jessica Wagantall8e493212020-02-06 15:02:37 -080032def setup(app):
Eric Debeau3286e052020-06-05 23:39:47 +020033 app.add_css_file("css/ribbon.css")