diff options
author | 2022-11-10 13:23:10 +0100 | |
---|---|---|
committer | 2022-11-10 13:23:10 +0100 | |
commit | 42a9f4a8aca9e3aa30031e1ef889aa451ecc4bf2 (patch) | |
tree | 8e51eacfef1bc5b07af49b6f774b1c848d5c3afa /docs/conf.py | |
parent | 52b199903f5ad4e4f4d890da5f30d1c9973e4243 (diff) |
[DOC] Update conf.py for Kohn
Modify the Version name in conf.py
Issue-ID: OOM-3040
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ia0b0e8c45640f816ea9aa791e8076578129d4ede
Diffstat (limited to 'docs/conf.py')
-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 5e4ffbdb..3d25b958 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "kohn" +version = "kohn" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -26,7 +26,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'kohn' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' |