{"id":24383,"url":"https://patchwork.libcamera.org/api/patches/24383/?format=json","web_url":"https://patchwork.libcamera.org/patch/24383/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250917201742.16406-6-laurent.pinchart@ideasonboard.com>","date":"2025-09-17T20:17:36","name":"[v3,05/10] Documentation: Add api-html/ and internal-api-html/ to docs sources","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"d325a1725d7cbf5e60f916182a0ac0da8f64c177","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/24383/mbox/","series":[{"id":5448,"url":"https://patchwork.libcamera.org/api/series/5448/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5448","date":"2025-09-17T20:17:31","name":"Documentation theming update","version":3,"mbox":"https://patchwork.libcamera.org/series/5448/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/24383/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/24383/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 1716AC328C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 17 Sep 2025 20:18:29 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 4E6D86937A;\n\tWed, 17 Sep 2025 22:18:28 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 24E9F6937A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 17 Sep 2025 22:18:20 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 0C02C14A6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 17 Sep 2025 22:17:00 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"NQIw4F/O\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1758140221;\n\tbh=vqDUgyvGHMXSrd77KXbTClHlOwxl9QEdRtlCANlnfwg=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=NQIw4F/OQSVB6YfdMugBhyhsFdMTNSQoMwlgr04Y0unJVwB39m6NbvsBQseE2pNdE\n\tnca3Ridz60RQL9wohQJNHa7bTlOGb02c6jBH89/JNGlUyeis766c3J/5irx1He+f84\n\tysoC9gcLwpo9Ga1h+GjltEkeltQVtzt+tT1AUadE=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v3 05/10] Documentation: Add api-html/ and internal-api-html/\n\tto docs sources","Date":"Wed, 17 Sep 2025 23:17:36 +0300","Message-ID":"<20250917201742.16406-6-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.49.1","In-Reply-To":"<20250917201742.16406-1-laurent.pinchart@ideasonboard.com>","References":"<20250917201742.16406-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The api-html/index.rst and internal-api-html/index.rst files are\nmissing from docs_sources. Changes to those files therefore don't\ntrigger a documentation rebuild. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/meson.build | 2 ++\n 1 file changed, 2 insertions(+)","diff":"diff --git a/Documentation/meson.build b/Documentation/meson.build\nindex f73407432fff..8cf7775902f3 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -150,6 +150,7 @@ if sphinx.found()\n     sphinx_conf_dir = fs.parent(sphinx_conf)\n \n     docs_sources = [\n+        'api-html/index.rst',\n         'camera-sensor-model.rst',\n         'code-of-conduct.rst',\n         'coding-style.rst',\n@@ -164,6 +165,7 @@ if sphinx.found()\n         'guides/pipeline-handler.rst',\n         'guides/tracing.rst',\n         'index.rst',\n+        'internal-api-html/index.rst',\n         'introduction.rst',\n         'lens_driver_requirements.rst',\n         'libcamera_architecture.rst',\n","prefixes":["v3","05/10"]}