aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-06-05 12:29:31 +0200
committerthmsdt <thomas.kulik@telekom.de>2024-06-05 13:03:08 +0200
commit891a6232e3a1b1b3afc509a868ad4b43675a4f0e (patch)
tree7956a905224bc1f446585df89de1ae2553e286ff /docs/conf.py
parent2b9a19a09d098c01fbb4f892b9659b084617a416 (diff)
fix doc config filesnewdelhi
Issue-ID: DOC-823 Change-Id: I022ee3d658211f68022a1725262005ef92e12354 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 14f37ca67..204ee13a1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "newdelhi"
+version = "newdelhi"
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 = 'latest' #TO BE CHANGED TO newdelhi WHEN OOM & CLI BRANCH IS AVAILABLE
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'