Merge "[AAI] Make aai log level configurable"
[oom.git] / docs / conf.py
index 6e3da64..16ad9a9 100644 (file)
@@ -32,7 +32,7 @@ exclude_patterns = ['archived/*.rst', '.tox']
 # Change to {releasename} after you have created the new 'doc' branch.
 #
 
-branch = 'latest'
+branch = 'master'
 
 intersphinx_mapping = {}
 doc_url = 'https://docs.onap.org/projects'
@@ -54,5 +54,8 @@ def setup(app):
 
 
 linkcheck_ignore = [
+  "https://istio-release.storage.googleapis.com/charts",
+  "https://charts.bitnami.com/bitnami",
+  "https://codecentric.github.io/helm-charts",
   r'http://localhost:\d+/'
-]
\ No newline at end of file
+]