aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 07:06:22 +0100
committerDan Timoney <dtimoney@att.com>2024-01-09 11:49:13 -0500
commita5de3f0ebf2dd06c79ad848c003bc5298534186a (patch)
tree03a991f9834f43990d4849c261919ed62584996b /docs/conf.py
parent66bf727345053e969208c48d6cc04471a5503cb5 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I6edbc7fbc7dcc1762277a346a0cfa89e63699651 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'