aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-11-22 11:41:05 +0100
committerthmsdt <thomas.kulik@telekom.de>2023-11-22 12:24:59 +0100
commit1b259f9671162215a9fc28808db1c625bee0dcfa (patch)
treeffb852ff134b1ead63db8680f1b2185e86755bdb /docs/conf.py
parent9fae20075b2ad8dceed5995af2e83d8cc78f4666 (diff)
fix doc config filesmontreal
Issue-ID: DOC-821 Change-Id: I44947d3241b6be16cee8ccc6e5968aa96178b761 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 70937d74..372eadce 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "montreal"
+version = "montreal"
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 = 'montreal'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'