X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=29c57e6da04bae2b0270ad069122811a64aae76a;hb=9eb2c11d39161671070085b21f73847b61ea8e5f;hp=6e3da6451354efa49ec9b4fc1b682199b6ca370d;hpb=bb23177521042d092d94922187b2a7cb9052c85a;p=oom.git diff --git a/docs/conf.py b/docs/conf.py index 6e3da64513..29c57e6da0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "kohn" +version = "kohn" 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 = 'latest' +branch = 'kohn' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' @@ -54,5 +54,6 @@ def setup(app): linkcheck_ignore = [ + "https://istio-release.storage.googleapis.com/charts", r'http://localhost:\d+/' -] \ No newline at end of file +]