Jessica Wagantall | 8e49321 | 2020-02-06 15:02:37 -0800 | [diff] [blame] | 1 | from docs_conf.conf import * |
| 2 | |
| 3 | branch = 'latest' |
| 4 | master_doc = 'index' |
| 5 | |
mrichomme | 59305b4 | 2020-12-01 18:23:57 +0100 | [diff] [blame^] | 6 | doc_url = 'https://docs.onap.org/projects' |
| 7 | |
Jessica Wagantall | 8e49321 | 2020-02-06 15:02:37 -0800 | [diff] [blame] | 8 | linkcheck_ignore = [ |
mrichomme | ac588d6 | 2020-05-28 22:38:30 +0200 | [diff] [blame] | 9 | r'http://localhost:.*', |
mrichomme | a958b98 | 2020-04-13 18:46:35 +0200 | [diff] [blame] | 10 | '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.*', |
mrichomme | 9643b0c | 2020-11-14 22:36:57 +0100 | [diff] [blame] | 18 | r'http.*K8S_NODE_IP.*', |
| 19 | 'http://team.onap.eu' |
Jessica Wagantall | 8e49321 | 2020-02-06 15:02:37 -0800 | [diff] [blame] | 20 | ] |
| 21 | |
| 22 | intersphinx_mapping = {} |
mrichomme | 59305b4 | 2020-12-01 18:23:57 +0100 | [diff] [blame^] | 23 | intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None) |
Jessica Wagantall | 8e49321 | 2020-02-06 15:02:37 -0800 | [diff] [blame] | 24 | |
| 25 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
Jessica Wagantall | 8e49321 | 2020-02-06 15:02:37 -0800 | [diff] [blame] | 26 | |
| 27 | def setup(app): |
Eric Debeau | 3286e05 | 2020-06-05 23:39:47 +0200 | [diff] [blame] | 28 | app.add_css_file("css/ribbon.css") |