Fix conf.py in Kohn branch

Issue-ID: CPS-1382
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: If308ade346ad2bebe3a5b58be349bc2b01e8ba19
diff --git a/docs/conf.py b/docs/conf.py
index acf3927..a19bbcb 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 @@
 # 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'