summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 13:11:30 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 13:12:00 +0100
commitc340879d3553293c62391077fe07d4749293df88 (patch)
tree8778063f79550365ec18dad189695858d9c45f3a /docs/conf.py
parent558839f72f39eed7fd08628595a4bd714efc9b39 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I8d9763b5f1e0d53c8852fd8b419399905ccdfc17 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 81aa0084..2690a4f0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,7 +1,7 @@
project = "onap"
-release = "master"
-version = "master"
-branch = 'latest'
+release = "montreal"
+version = "montreal"
+branch = 'montreal'
master_doc = 'index'
author = "Open Network Automation Platform"