From 0edf93ba8d5bf641672808f010d2d2bb8b79b560 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 19 May 2022 15:47:57 +0200 Subject: [DOC] Set the right branch in conf.py Set the jakarta branch within the conf.py Issue-ID: OOM-2953 Signed-off-by: Andreas Geissler Change-Id: Id007f1962e76897f1857b13175a49aa693a053ab --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3b28eb74a8..04218c30d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'jakarta' master_doc = 'index' linkcheck_ignore = [ -- cgit 1.2.3-korg