Update Policy release notes for Guilin
[policy/parent.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'latest'
4 master_doc = 'index'
5 extensions = [
6     'sphinx.ext.autosectionlabel', 
7     'sphinxcontrib.swaggerdoc'
8     ]
9
10 linkcheck_ignore = [
11     'http://localhost',
12 ]
13
14 intersphinx_mapping = {}
15
16 html_last_updated_fmt = '%d-%b-%y %H:%M'
17
18 autosectionlabel_maxdepth = 2
19
20 def setup(app):
21     app.add_stylesheet("css/ribbon.css")