From e40bc669b7abbf87e3f38b9e7737edee1f477038 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 21 Apr 2022 10:01:37 +0200 Subject: [PATCH] Leverage the right branch in docs/conf.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: Iac785824dd3c1fe93cd250555bb3d77f0300c6e4 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index caaf753..6ce1029 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ from docutils.parsers.rst import directives from docs_conf.conf import * #change 'latest' to relevant branch-name once branch has been created -branch = 'latest' +branch = 'jakarta' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' -- 2.16.6