Fix warnings for Policy/engine in rst files.
[policy/parent.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'latest'
4 master_doc = 'index'
5 extensions = ['sphinx.ext.autosectionlabel']
6
7 linkcheck_ignore = [
8     'http://localhost',
9 ]
10
11 intersphinx_mapping = {}
12
13 html_last_updated_fmt = '%d-%b-%y %H:%M'
14
15 def setup(app):
16     app.add_stylesheet("css/ribbon_onap.css")