Updated Docs Configs
[holmes/engine-management.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 release = "master"
4 version = "master"
5
6 branch = 'latest'
7 master_doc = 'index'
8
9 linkcheck_ignore = [
10     'http://localhost',
11 ]
12
13 intersphinx_mapping = {}
14
15 html_last_updated_fmt = '%d-%b-%y %H:%M'
16
17 def setup(app):
18     app.add_css_file("css/ribbon.css")