blob: 8f40e8b8175c7daa10472f8ec6d15de5af43df34 [file] [log] [blame]
Aric Gardner0fb94b12020-01-28 15:21:34 -05001from docs_conf.conf import *
Rich Bennett22ef0852017-07-19 18:05:55 -04002
Aric Gardner0fb94b12020-01-28 15:21:34 -05003branch = 'latest'
Rich Bennett22ef0852017-07-19 18:05:55 -04004master_doc = 'index'
5
Aric Gardner0fb94b12020-01-28 15:21:34 -05006linkcheck_ignore = [
7 'http://localhost',
8]
Rich Bennettc5995662017-10-18 15:27:52 -04009
Aric Gardner0fb94b12020-01-28 15:21:34 -050010intersphinx_mapping = {}
Rich Bennettc5995662017-10-18 15:27:52 -040011
Rich Bennett80455a52017-11-08 05:17:00 -050012html_last_updated_fmt = '%d-%b-%y %H:%M'
Rich Bennett22ef0852017-07-19 18:05:55 -040013
Rich Bennett317d81a2018-09-11 07:38:05 -040014def setup(app):
Aric Gardner0fb94b12020-01-28 15:21:34 -050015 app.add_stylesheet("css/ribbon_onap.css")