[DOCS] Update J release notes for cert-service
[oom/platform/cert-service.git] / docs / conf.py
index b37b90c..351d0cc 100644 (file)
@@ -5,6 +5,12 @@ master_doc = 'index'
 
 linkcheck_ignore = [
     'http://localhost',
+    'http://ejbca',
+    'https://localhost'
+]
+
+exclude_patterns = [
+    '.tox'
 ]
 
 extensions = [
@@ -14,5 +20,6 @@ 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