aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-04 12:47:38 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-04 12:48:45 +0100
commit2a4ffbbaced34ca44689b775ea4ff5fbf1af76a7 (patch)
treee4873566f2935ff5851837c73971839dec1e31ea /docs/conf.py
parentd21a7599963ae8e094eecd62cb80ed1d83d6d767 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I7a4a564136168febae96f5e64936d2c34d1ce26f 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 a9c42b67..4b5c7037 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'