diff options
author | lukegleeson <luke.gleeson@est.tech> | 2022-11-15 10:15:30 +0000 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2022-11-15 10:15:30 +0000 |
commit | 586e1217bcb16d74cc6ef36232a9f2fb76b503aa (patch) | |
tree | 3613cb5792b5f6697d1c252a25226f970d305961 | |
parent | 7ff24c9ae0ee5e74a5a2c2e0a1fc038fbe75a77c (diff) |
Fix conf.py in Kohn branchkohn
Issue-ID: CPS-1382
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: If308ade346ad2bebe3a5b58be349bc2b01e8ba19
-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' |