[AAI] Document process updates for Kohn
[aai/aai-common.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 branch = 'latest'
4 master_doc = 'index'
5 release = "kohn"
6 version = "kohn"
7
8 linkcheck_ignore = [
9     'http://localhost',
10 ]
11
12 intersphinx_mapping = {}
13
14 html_last_updated_fmt = '%d-%b-%y %H:%M'
15
16 def setup(app):
17     app.add_css_file("css/ribbon.css")