X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=16ad9a9fc88c9a25a8849a7ad9fd10bff5f472da;hb=refs%2Fheads%2Fmaster;hp=6e3da6451354efa49ec9b4fc1b682199b6ca370d;hpb=a6cdb918a9a83f47db97fcf926757c3a3282f517;p=oom.git diff --git a/docs/conf.py b/docs/conf.py index 6e3da64513..16ad9a9fc8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 +]