diff options
author | wangjiahang <wang.jiahang@zte.com.cn> | 2022-11-09 17:38:07 +0800 |
---|---|---|
committer | Jiahang Wang <wang.jiahang@zte.com.cn> | 2022-11-09 09:39:33 +0000 |
commit | 9c26bea461d0cf6619bafcdb14ce3a86ec3eb921 (patch) | |
tree | 84a80eff078ef5a7c8c3bb3e105fc7b049158b24 /docs | |
parent | 30a33788c86372d6820a0459abf6355d192c251a (diff) |
update branch info in confkohn
Issue-ID: MSB-721
Signed-off-by: wangjiahang <wang.jiahang@zte.com.cn>
Change-Id: I0f3b2b2f7b0c2dc074f594a62e8208b6eca31061
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 70937d7..c31b9f8 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 @@ -30,7 +30,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' @@ -53,4 +53,4 @@ def setup(app): linkcheck_ignore = [ r'http://localhost:\d+/' -]
\ No newline at end of file +] |