X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=16ad9a9fc88c9a25a8849a7ad9fd10bff5f472da;hb=refs%2Fheads%2Fmaster;hp=29c57e6da04bae2b0270ad069122811a64aae76a;hpb=9eb2c11d39161671070085b21f73847b61ea8e5f;p=oom.git diff --git a/docs/conf.py b/docs/conf.py index 29c57e6da0..16ad9a9fc8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "kohn" -version = "kohn" +release = "master" +version = "master" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -32,7 +32,7 @@ exclude_patterns = ['archived/*.rst', '.tox'] # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'kohn' +branch = 'master' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' @@ -55,5 +55,7 @@ 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+/' ]