summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-20 11:26:33 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-20 11:30:19 +0200
commite534d06478abdf2e720050aa57df29cb757c0793 (patch)
tree8e26499fd4daf58e77bb9024a50d33da4f38a7f4 /docs/conf.py
parent7fe86d27e6770eaee842f7ca41238ab343cef577 (diff)
[DOC] Update release version for RTDs in London
Modify the versions in conf.py to create London RTDs Issue-ID: OOM-3174 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I57f9332df2702cb0e1fbf4ba0566600f2fb3c87f
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 c77ad2579c..001b4f1647 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "kohn"
-version = "kohn"
+release = "london"
+version = "london"
author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
@@ -32,7 +32,7 @@ exclude_patterns = ['archived/*.rst', '.tox']
# Change to {releasename} after you have created the new 'doc' branch.
#
-branch = 'kohn'
+branch = 'london'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'