aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-11-22 12:43:41 +0100
committerthmsdt <thomas.kulik@telekom.de>2023-11-22 12:44:14 +0100
commit3fb69788c2c94c1aaa171415a9103e2d17d934d5 (patch)
tree9f569bac606dc42270a06cfc65797c910061e075 /docs/conf.py
parentc73224d4aabb5d0a24f90574e99892f97a76dca3 (diff)
fix doc config filesmontreal
Issue-ID: DOC-821 Change-Id: I1d7f5370d03ea7f621ebc1f4ff4179817bde66b5 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 8325c661..bc4f5217 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'