diff options
author | 2025-01-08 11:12:59 +0100 | |
---|---|---|
committer | 2025-01-08 11:13:33 +0100 | |
commit | 93c889efadcdd233065224070ef2490659ac8576 (patch) | |
tree | fe3fb676d86e9dc6a053aea62a6f4d6b95f35730 /docs | |
parent | 4b16ca8bd304667ad6c5243d0ba103be36f079fa (diff) |
docs config for oslo release
Issue-ID: DOC-826
Change-Id: I6f30cb645f8f1b48e38a00cb40f73a824ffba358
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-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 3d005ec3..adccd769 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "oslo" +version = "oslo" 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 = 'oslo' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' |