aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-11-10 13:07:55 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2022-11-10 13:13:57 +0100
commit0ebd1ae06259318d72ef7b9f14f83e5b3db11870 (patch)
tree53e10184ffb0b72a607e1eb39484c35896a54ab2 /docs/conf.py
parenta8f00b5f159ed51231e7707c7e99ede11d635424 (diff)
[DOC] Update release version for RTDs in Kohn
Modify the versions in conf.* files to create Kohn RTDs Issue-ID: OOM-3040 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I43334f1f642aa61ca7b0c6becbd8efcfece56dce
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6e3da64513..39f5051de4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "kohn"
+version = "kohn"
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 = 'latest'
+branch = 'kohn'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'
@@ -55,4 +55,4 @@ def setup(app):
linkcheck_ignore = [
r'http://localhost:\d+/'
-] \ No newline at end of file
+]