blob: 5371015c66318d74f5c008e9e2cdb64db157dda4 [file] [log] [blame]
Jessica Wagantall3e274632020-02-06 15:11:22 -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):
Jessica Wagantallb8f308c2020-05-27 11:21:21 -070015 app.add_stylesheet("css/ribbon.css")