Jessica Wagantall | 3e27463 | 2020-02-06 15:11:22 -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 | |||||
14 | def setup(app): | ||||
Jessica Wagantall | b8f308c | 2020-05-27 11:21:21 -0700 | [diff] [blame] | 15 | app.add_stylesheet("css/ribbon.css") |