summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 07:01:17 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 07:01:47 +0100
commit1f2d351520cf72ecae71878697f5dec09b31f7f2 (patch)
tree51e64f06829e72a3ed5cf9ecd24f254a19978ae0 /docs/conf.py
parenta515dc4226da16a8957920c6126a6d24a9b12895 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I4cdd831d6b0ecb4174f843871d97c56afb8b586a 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'