Patch Detail
Show a patch.
GET /api/patches/43/?format=api
{ "id": 43, "url": "https://patchwork.libcamera.org/api/patches/43/?format=api", "web_url": "https://patchwork.libcamera.org/patch/43/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20181213142327.4455-1-laurent.pinchart@ideasonboard.com>", "date": "2018-12-13T14:23:25", "name": "[libcamera-devel,1/3] Documentation: Remove _static and _templates directory", "commit_ref": "24038c2c44627cb12e84cde3be1350f6170a5f38", "pull_url": null, "state": "accepted", "archived": false, "hash": "a5e3bfd54ab8a68676d5374987b4711b58516e41", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/43/mbox/", "series": [ { "id": 21, "url": "https://patchwork.libcamera.org/api/series/21/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=21", "date": "2018-12-13T14:23:25", "name": "[libcamera-devel,1/3] Documentation: Remove _static and _templates directory", "version": 1, "mbox": "https://patchwork.libcamera.org/series/21/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/43/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/43/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 88602600CC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Dec 2018 15:22:43 +0100 (CET)", "from avalon.bb.dnainternet.fi\n\t(dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id EB0FF549\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Dec 2018 15:22:42 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1544710963;\n\tbh=8lCRNJ3bHk+d0Fr1t5oIx4H+epUSQcEkfWH6F5oB+Q0=;\n\th=From:To:Subject:Date:From;\n\tb=bSnnWA3SErLa4LGSzC+H+LrNAWmBiDAhxMwcL0TDRewcj5RNxqGqCYMR9YlRGEK+8\n\tlnD5tjUacgcPi0tD+z4ABhw18zZVV7uLP3OdE89LmKUmL/MAz8nVpCynIZ4eFYRZve\n\tmdyP7NXaHEkhry4OnMRPeVbEBd6D6J7UKAu8muG4=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Thu, 13 Dec 2018 16:23:25 +0200", "Message-Id": "<20181213142327.4455-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.2", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 1/3] Documentation: Remove _static and\n\t_templates directory", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Thu, 13 Dec 2018 14:22:43 -0000" }, "content": "sphinx only requires those directories to be present because they're\nreferenced in the configuration file. Remove the references and the\ndirectories.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/_static/.keep_empty | 0\n Documentation/_templates/.keep_empty | 0\n Documentation/conf.py | 4 ++--\n 3 files changed, 2 insertions(+), 2 deletions(-)\n delete mode 100644 Documentation/_static/.keep_empty\n delete mode 100644 Documentation/_templates/.keep_empty", "diff": "diff --git a/Documentation/_static/.keep_empty b/Documentation/_static/.keep_empty\ndeleted file mode 100644\nindex e69de29bb2d1..000000000000\ndiff --git a/Documentation/_templates/.keep_empty b/Documentation/_templates/.keep_empty\ndeleted file mode 100644\nindex e69de29bb2d1..000000000000\ndiff --git a/Documentation/conf.py b/Documentation/conf.py\nindex 83d233e51e91..770358198f03 100644\n--- a/Documentation/conf.py\n+++ b/Documentation/conf.py\n@@ -42,7 +42,7 @@ extensions = [\n ]\n \n # Add any paths that contain templates here, relative to this directory.\n-templates_path = ['_templates']\n+templates_path = []\n \n # The suffix(es) of source filenames.\n # You can specify multiple suffix as a list of string:\n@@ -85,7 +85,7 @@ html_theme = 'alabaster'\n # Add any paths that contain custom static files (such as style sheets) here,\n # relative to this directory. They are copied after the builtin static files,\n # so a file named \"default.css\" will overwrite the builtin \"default.css\".\n-html_static_path = ['_static']\n+html_static_path = []\n \n # Custom sidebar templates, must be a dictionary that maps document names\n # to template names.\n", "prefixes": [ "libcamera-devel", "1/3" ] }