aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2025-01-08 11:12:59 +0100
committerthmsdt <thomas.kulik@telekom.de>2025-01-08 11:13:33 +0100
commit93c889efadcdd233065224070ef2490659ac8576 (patch)
treefe3fb676d86e9dc6a053aea62a6f4d6b95f35730 /docs
parent4b16ca8bd304667ad6c5243d0ba103be36f079fa (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.py6
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'