summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-11-22 13:01:51 +0100
committerthmsdt <thomas.kulik@telekom.de>2023-11-22 13:02:32 +0100
commitb95f6659ab9d4b532d6ef5372ced6213ce1d1658 (patch)
tree0791efa34d78642d16fa4b247d0606ee1b43910d /docs/conf.py
parent084a40dc78e76177b688ac597eaf9c4d00daa158 (diff)
fix doc config filesmontreal
Issue-ID: DOC-821 Change-Id: Ia8b37de15b933f8efa10b0ed395cf727c327f26a 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 70937d7..372eadc 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'