Jessica Wagantall | 87b86ca | 2020-02-06 15:25:17 -0800 | [diff] [blame] | 1 | from docs_conf.conf import * |
2 | |||||
3 | branch = 'latest' | ||||
4 | master_doc = 'index' | ||||
5 | |||||
6 | linkcheck_ignore = [ | ||||
7 | 'http://localhost', | ||||
8 | ] | ||||
9 | |||||
10 | intersphinx_mapping = {} | ||||
11 | |||||
12 | html_last_updated_fmt = '%d-%b-%y %H:%M' | ||||
13 | |||||
Bartek Grzybowski | bb073aa | 2021-03-22 13:03:14 +0100 | [diff] [blame^] | 14 | exclude_patterns = ['.tox/**'] |
15 | |||||
Jessica Wagantall | 87b86ca | 2020-02-06 15:25:17 -0800 | [diff] [blame] | 16 | def setup(app): |
17 | app.add_stylesheet("css/ribbon_onap.css") |