From: Andreas Geissler Date: Tue, 20 Jun 2023 09:38:39 +0000 (+0200) Subject: [DOC] Correct the conf.py version in master X-Git-Tag: 13.0.0-DOC~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=580c200f823d771ef5e3529a0db7d553208443a3 [DOC] Correct the conf.py version in master In master the conf.py version has to be "master" Issue-ID: OOM-3174 Signed-off-by: Andreas Geissler Change-Id: I219bfa45f85713f8d171268b34b97503ee92f759 --- diff --git a/docs/conf.py b/docs/conf.py index c77ad2579c..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'