Fix doc branch ref
[sdc.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'guilin'
4 doc_onap_url = 'https://docs.onap.org'
5 master_doc = 'index'
6
7 linkcheck_ignore = [
8     'http://localhost',
9 ]
10
11 intersphinx_mapping = {}
12
13 intersphinx_mapping['onap-doc'] = ('{}/en/%s'.format(doc_onap_url) % branch, None)
14
15 html_last_updated_fmt = '%d-%b-%y %H:%M'
16
17 def setup(app):
18     app.add_stylesheet("css/ribbon.css")