summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 13:31:13 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 13:31:45 +0100
commit9e6022c65af4c6c37807d961202928993332cb45 (patch)
tree27347087a56d370add347a576e2496d4f79e8a8b /docs/conf.py
parent8e5db002fc77a540af715c1934c5b318129cb821 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: Ie033635af894a7363cce51d16439b74fba180233 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 667f168..904a87e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
roject = "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'