From patchwork Mon Jul 28 15:31:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 24006 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 701FDC3237 for ; Mon, 28 Jul 2025 15:32:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7C681691BB; Mon, 28 Jul 2025 17:32:10 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="nZk98dOa"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 612276918F for ; Mon, 28 Jul 2025 17:32:08 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 2F3DC42B for ; Mon, 28 Jul 2025 17:31:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753716686; bh=keoGv1Hzix9eQR+D2xhC4Gc0R4BBq8dpBDdhNp0Xiaw=; h=From:To:Subject:Date:From; b=nZk98dOa+9WXghMe4WNQjIUoSjO/JMompRthA6fs0RmKdfsUdOKDn8pNFOGuC9VKI kveV1YhZQoxhCoS/qpKjfxqL2McsCtQRnyoPKl40cOUyyer0+di0Z/GwaTbSONL9P5 XMJND+QNfVv+5GcwbG5hy8H0k+ZQTaPL+d4ccQ2g= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH v2 0/3] Prepare CI for Sphinx doxylink usage Date: Mon, 28 Jul 2025 18:31:58 +0300 Message-ID: <20250728153201.7843-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small series prepares the libcamera CI for usage of the Sphinx contrib doxylink module. Doxylink is a Sphinx module that automates link generation from Sphinx to Doxygen. I will send a patch series for libcamera shortly with more information, this is the CI counterpart to ensure new dependencies are available in the containers. Patch 1/3 has already been posted before, I'm including it here because I forgot to add the [libcamera-ci] prefix when posting it standalone. Patch 2/3 then refactors the setup-container script to better handle Python module version handling, and patch 3/3 adds the doxylink module to the containers. Compared to v1, more documentation is included in the form of comments or improved commit messages. Laurent Pinchart (3): Avoid duplicated documentation builds setup-container: Generalize package installation through pip Add python3-sphinxcontrib.doxylink package to container images .gitlab-ci/setup-container.sh | 59 ++++++++++++++++++++++++----------- gitlab-ci.yml | 13 +++++--- 2 files changed, 48 insertions(+), 24 deletions(-) base-commit: a2130e6de76838203f415265a1aee46f2bc6a10a