diff options
author | 2022-11-15 09:46:35 +0000 | |
---|---|---|
committer | 2022-11-15 14:23:23 +0000 | |
commit | d5751ad43f75df07faa7de1bb42e896152e3b3b7 (patch) | |
tree | fd4fbb739532b1261c74465618caf17b85b2e916 | |
parent | 4273b8f9eb27d6e91a512a83af2c88b1073dee28 (diff) |
Fix conf.py in Kohn branch
Issue-ID: CPS-1382
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I721717b1c486d05f795b1833cbd7ff41669683b0
-rwxr-xr-x | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5185b61cd3..37963f355a 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ from docutils.parsers.rst import directives project = "onap" -release = "master" -version = "master" +release = "kohn" +version = "kohn" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -45,7 +45,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'kohn' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' |