[DOC] Correct the conf.py version in master 01/135001/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 20 Jun 2023 09:38:39 +0000 (11:38 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 20 Jun 2023 09:40:19 +0000 (11:40 +0200)
In master the conf.py version has to be "master"

Issue-ID: OOM-3174

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I219bfa45f85713f8d171268b34b97503ee92f759

docs/conf.py

index c77ad25..16ad9a9 100644 (file)
@@ -1,6 +1,6 @@
 project = "onap"
-release = "kohn"
-version = "kohn"
+release = "master"
+version = "master"
 
 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 = 'master'
 
 intersphinx_mapping = {}
 doc_url = 'https://docs.onap.org/projects'