Code Review
/
holmes
/
rule-management.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fixed an Issue on API Calling via MSB
[holmes/rule-management.git]
/
docs
/
conf.py
1
from docs_conf.conf import *
2
3
branch = 'latest'
4
master_doc = 'index'
5
6
linkcheck_ignore = [
7
'http://localhost',
8
]
9
10
intersphinx_mapping = {}
11
12
html_last_updated_fmt = '%d-%b-%y %H:%M'
13
14
def setup(app):
15
app.add_stylesheet("css/ribbon.css")