Fix conf.py in Kohn branch 06/132206/1
authorlukegleeson <luke.gleeson@est.tech>
Tue, 15 Nov 2022 10:20:16 +0000 (10:20 +0000)
committerlukegleeson <luke.gleeson@est.tech>
Tue, 15 Nov 2022 10:20:16 +0000 (10:20 +0000)
Issue-ID: CPS-1382
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I9195cddad23416922b8bd0675dc3d05dcb5dbe13

docs/conf.py

index c3161ec..4a7da3d 100755 (executable)
@@ -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'