diff options
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
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' |