aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 14:19:28 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 14:19:55 +0100
commitf3537742283796278eae692fa3cd3a9077233bb8 (patch)
treedb28eab702d419e8581a473bd2fb82b7137f3768 /docs/conf.py
parent129029584597941bb7603dd7440b7d37f823ef96 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I9f1da435eaeea78342db2f86a84b701d6e58f3ba 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 27af5cbe..d901e89c 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'