From patchwork Sun Jul 27 01:11:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 23976 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 8CB55BDCC1 for ; Sun, 27 Jul 2025 01:11:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5C84A6911A; Sun, 27 Jul 2025 03:11:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="RKoK4ilN"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C14E3614B6 for ; Sun, 27 Jul 2025 03:11:29 +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 8CAB46A8 for ; Sun, 27 Jul 2025 03:10:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753578648; bh=oLjfWGVeicDW0MRrKcRgxLM+UlcYR5fyXIV5oSJKgfE=; h=From:To:Subject:Date:From; b=RKoK4ilNizzvWXYKTngt9Az07vo1Bux0M4J7ZpbVQ7LLCiNuu8GX9iSfcp/C/nlw6 HVDZPRg1HQ57zMmBZ1mvgpxLul1GPzgruT6uEP4qpMsSMuDiJ5shv5VcEDJwQ6Lzdm 4ybWI9U8INOJbJvCKEE84t8t33cBHYQhzD0vqcJ4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH 0/3] Prepare CI for Sphinx doxylink usage Date: Sun, 27 Jul 2025 04:11:20 +0300 Message-ID: <20250727011123.31634-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. 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 | 46 ++++++++++++++++++++--------------- gitlab-ci.yml | 13 ++++++---- 2 files changed, 35 insertions(+), 24 deletions(-) base-commit: 4b70e68d2f96c7ce31257c8d344fffdf89df515a prerequisite-patch-id: 55552e4e0d2bcc25511477d5792e2658b98d6365 prerequisite-patch-id: a801a72e0f23b9916ac9db210cee5ba09b734db4