diff options
author | 2023-05-10 19:04:28 +0200 | |
---|---|---|
committer | 2023-05-10 19:05:22 +0200 | |
commit | c9d858e4a37b1a5f768eea3574c36d8cef8d64aa (patch) | |
tree | 9075c86656e537d235ee54f7e5a5849efb85ed2a /docs | |
parent | 4d7b7cca4e99a94a61ba17d319f44862622041be (diff) |
fix wrong release name
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I4a5a185ef78c0640dc46e031cf5b29e094553313
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 31f1cb0b1..e7af3f626 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "london" -version = "london" +release = "master" +version = "master" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length |