[DOC] Update release version for RTDs in Kohn 27/132127/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Thu, 10 Nov 2022 12:07:55 +0000 (13:07 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Thu, 10 Nov 2022 12:13:57 +0000 (13:13 +0100)
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

docs/conf.py
docs/conf.yaml

index 6e3da64..39f5051 100644 (file)
@@ -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
+]
index ab59281..11eaff6 100644 (file)
@@ -3,5 +3,5 @@ project_cfg: onap
 project: onap
 
 # Change this to ReleaseBranchName to modify the header
-default-version: latest
+default-version: kohn
 #