From 50ecca5768a9ecf26c9d70f7e0f7f10a132c8f08 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Mon, 26 Jun 2023 14:01:54 +0200 Subject: fix docs config files Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I19dac1590ff3c0d0febf703e74dc9c4e867f1289 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 8325c661..c16c0d8b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "london" +version = "london" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,7 +30,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'london' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' -- cgit 1.2.3-korg