Code Review
/
oom
/
platform
/
cert-service.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
[OOM-CERT-SERVICE] Fix vulnerabilities for Kohn
[oom/platform/cert-service.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
'http://ejbca',
9
'https://localhost',
10
'https://download.primekey.com'
11
]
12
13
exclude_patterns = [
14
'.tox'
15
]
16
17
extensions = [
18
'sphinxcontrib.openapi',
19
]
20
intersphinx_mapping = {}
21
22
html_last_updated_fmt = '%d-%b-%y %H:%M'
23
24
25
def setup(app):
26
app.add_css_file("css/ribbon.css")