From dbda2a8b25e791ff6b5c8427fc2eb9b2b496f845 Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Tue, 15 Nov 2022 10:20:16 +0000 Subject: [PATCH] Fix conf.py in Kohn branch Issue-ID: CPS-1382 Signed-off-by: lukegleeson Change-Id: I9195cddad23416922b8bd0675dc3d05dcb5dbe13 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c3161ec..4a7da3d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ from docutils.parsers.rst import directives project = "onap" -release = "master" -version = "master" +release = "kohn" +version = "kohn" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -45,7 +45,7 @@ extensions = [ # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'kohn' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' -- 2.16.6