From patchwork Wed May 6 15:54:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 26640 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 27061BE173 for ; Wed, 6 May 2026 15:55:31 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D3A5F6301E; Wed, 6 May 2026 17:55:29 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="lFjaGfQ+"; 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 0A8836271A for ; Wed, 6 May 2026 17:55:29 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:f191:8aa5:3091:a04d]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 84B13DA; Wed, 6 May 2026 17:55:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778082925; bh=XYAXw20bKL6jJ1bE4tvJn5QnJpspZSAoUp68PtIUdOw=; h=From:To:Cc:Subject:Date:From; b=lFjaGfQ+KFfYEUKvSIaUkm1Ot5VNfB04xRa6cTc/JMiMifczN/+ZosRB2PKGIsgTJ sm52lEOg+dggt+IvuAJFMFwjaN5HPDzoND9YeswvEJ94Wuu42YWunimjXDajKxGaKV EYsDymFOqkPxb3aRdYJ8nQryjb2FCiXHUgxhPzms= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v1 0/2] Deploy documentation to docs.libcamera.org Date: Wed, 6 May 2026 17:54:10 +0200 Message-ID: <20260506155442.1566744-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.51.0 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" Hi all, This is a first puzzle piece for the libcamera.org infrastructure migration. This PR implements building of the libcamera documentation and deploying it to docs.libcamera.org. Deployment shall happen on pushes to either master or a tag. I ran it on my instance, so https://docs.libcamera.org/master/ contains the actual result. Best regards, Stefan Stefan Klug (2): Split documentation build into separate build step Deploy docs to docs.libcamera.org .gitlab-ci/build-libcamera-docs.sh | 28 +++++++++++++ .gitlab-ci/setup-container.sh | 2 + gitlab-ci.yml | 64 +++++++++++++++++++++++++++--- 3 files changed, 89 insertions(+), 5 deletions(-) create mode 100755 .gitlab-ci/build-libcamera-docs.sh