From: lukegleeson Date: Tue, 15 Nov 2022 10:15:30 +0000 (+0000) Subject: Fix conf.py in Kohn branch X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fkohn;p=cps%2Fncmp-dmi-plugin.git Fix conf.py in Kohn branch Issue-ID: CPS-1382 Signed-off-by: lukegleeson Change-Id: If308ade346ad2bebe3a5b58be349bc2b01e8ba19 --- diff --git a/docs/conf.py b/docs/conf.py index acf3927e..a19bbcbe 100644 --- 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 @@ -46,7 +46,7 @@ extensions = [ # 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'