summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-11-18 21:48:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-11-18 21:48:50 +0000
commit693e816b299d2c2c77be62510808256836bf926a (patch)
tree2e776b83f786f3f1b04e40a8cc04d481876cc75f /docs/conf.py
parent5086720a72016fbac0c768bb2f02102118c3de7f (diff)
parent29f699a96cb221c061cd292b5dbfb897b14b154e (diff)
Merge "[DOC] Update strimzi doc version"
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
+]