{"id":220,"url":"https://patchwork.libcamera.org/api/patches/220/?format=json","web_url":"https://patchwork.libcamera.org/patch/220/","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":"<20190114094044.15566-1-kieran.bingham@ideasonboard.com>","date":"2019-01-14T09:40:44","name":"[libcamera-devel] Documentation: quieten sphinx-build output","commit_ref":"e3c49948123d6b66fce9bc094526895a11dae207","pull_url":null,"state":"accepted","archived":false,"hash":"3a4a1e2b9c5928c2cdfe642af2faa4ffaf6bd98f","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/220/mbox/","series":[{"id":75,"url":"https://patchwork.libcamera.org/api/series/75/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=75","date":"2019-01-14T09:40:44","name":"[libcamera-devel] Documentation: quieten sphinx-build output","version":1,"mbox":"https://patchwork.libcamera.org/series/75/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/220/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/220/checks/","tags":{},"headers":{"Return-Path":"<kieran.bingham@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 9034A60C6A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 14 Jan 2019 10:40:48 +0100 (CET)","from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E95E0505;\n\tMon, 14 Jan 2019 10:40:47 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1547458848;\n\tbh=qQr65TFBLCjmUdB9T+5WzHjP3oKOYT9G5ny9q7ghWmw=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=wbAmV0byvQjqyMOLGXSXhUAOrulKtgrse0F/GI1Uf9ZKDUi3GDvNxS0SMJZh7Pe5S\n\tuE2dGJw/6Vn6YUchzf6toFdfAPyMc+Ubv3fWeN+ATNDFqHawFAqs1HRSzV7RoqnaLs\n\t/hv3L+AbjgEd9zjiWAlDQrKkLXQdNYi8GnOL0ADg=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","Date":"Mon, 14 Jan 2019 09:40:44 +0000","Message-Id":"<20190114094044.15566-1-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.17.1","Subject":"[libcamera-devel] [PATCH] Documentation: quieten sphinx-build output","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":"Mon, 14 Jan 2019 09:40:48 -0000"},"content":"The output of the sphinx-build for our documentation is overly verbose.\nReduce this output to warnings and errors with the '-q' quiet option.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n Documentation/meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/Documentation/meson.build b/Documentation/meson.build\nindex dd43b2cbd401..73da25b848cc 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -49,7 +49,7 @@ if sphinx.found()\n     ]\n \n     custom_target('documentation',\n-                  command: [sphinx, '-W', '-b', 'html', meson.current_source_dir(), '@OUTPUT@'],\n+                  command: [sphinx, '-q', '-W', '-b', 'html', meson.current_source_dir(), '@OUTPUT@'],\n                   input: docs_sources,\n                   output: 'html',\n                   build_by_default: true,\n","prefixes":["libcamera-devel"]}