[DOCS] Update J release notes for cert-service
[oom/platform/cert-service.git] / docs / conf.py
index 8f40e8b..351d0cc 100644 (file)
@@ -5,11 +5,21 @@ master_doc = 'index'
 
 linkcheck_ignore = [
     'http://localhost',
+    'http://ejbca',
+    'https://localhost'
 ]
 
+exclude_patterns = [
+    '.tox'
+]
+
+extensions = [
+    'sphinxcontrib.openapi',
+]
 intersphinx_mapping = {}
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
+
 def setup(app):
-    app.add_stylesheet("css/ribbon_onap.css")
+    app.add_css_file("css/ribbon.css")
\ No newline at end of file