blob: 5371015c66318d74f5c008e9e2cdb64db157dda4 [file] [log] [blame]
Jessica Wagantalle05eb922020-02-06 15:07:46 -08001from docs_conf.conf import *
2
3branch = 'latest'
4master_doc = 'index'
5
6linkcheck_ignore = [
7 'http://localhost',
8]
9
10intersphinx_mapping = {}
11
12html_last_updated_fmt = '%d-%b-%y %H:%M'
13
14def setup(app):
lf-jobbuilderf8e4b3a2020-05-28 14:28:13 -070015 app.add_stylesheet("css/ribbon.css")