351d0ccd77e9aa67c3b4567028bc909c7ffad224
[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 ]
11
12 exclude_patterns = [
13     '.tox'
14 ]
15
16 extensions = [
17     'sphinxcontrib.openapi',
18 ]
19 intersphinx_mapping = {}
20
21 html_last_updated_fmt = '%d-%b-%y %H:%M'
22
23
24 def setup(app):
25     app.add_css_file("css/ribbon.css")