blob: 3b28eb74a83c1e75956d538e8462c3bb56184649 [file] [log] [blame]
Jessica Wagantall27843b52020-02-06 15:24:12 -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):
Dan Timoney5e3c84f2020-05-08 09:27:11 -040015 app.add_css_file("css/ribbon_onap.css")