[{"id":50,"web_url":"https://patchwork.libcamera.org/comment/50/","msgid":"<20181214081516.GS5597@w540>","date":"2018-12-14T08:15:16","subject":"Re: [libcamera-devel] [PATCH 1/3] Documentation: Remove _static and\n\t_templates directory","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"content":"Hi Laurent,\n\nOn Thu, Dec 13, 2018 at 04:23:25PM +0200, Laurent Pinchart wrote:\n> sphinx only requires those directories to be present because they're\n> referenced in the configuration file. Remove the references and the\n> directories.\n\nProvided the documentation content matches what's on website (I\nhaven't gone through it), please push these.\n\nAcked-by: Jacopo Mondi <jacopo@jmondi.org>\n\n>\n> Signed-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\n>\n> diff --git a/Documentation/_static/.keep_empty b/Documentation/_static/.keep_empty\n> deleted file mode 100644\n> index e69de29bb2d1..000000000000\n> diff --git a/Documentation/_templates/.keep_empty b/Documentation/_templates/.keep_empty\n> deleted file mode 100644\n> index e69de29bb2d1..000000000000\n> diff --git a/Documentation/conf.py b/Documentation/conf.py\n> index 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> --\n> Regards,\n>\n> Laurent Pinchart\n>\n> _______________________________________________\n> libcamera-devel mailing list\n> libcamera-devel@lists.libcamera.org\n> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<jacopo@jmondi.org>","Received":["from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net\n\t[217.70.183.199])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5D20660B0C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 14 Dec 2018 09:15:19 +0100 (CET)","from w540 (unknown [37.177.107.242])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 61B61FF805;\n\tFri, 14 Dec 2018 08:15:18 +0000 (UTC)"],"X-Originating-IP":"37.177.107.242","Date":"Fri, 14 Dec 2018 09:15:16 +0100","From":"jacopo mondi <jacopo@jmondi.org>","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Message-ID":"<20181214081516.GS5597@w540>","References":"<20181213142327.4455-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"multipart/signed; micalg=pgp-sha256;\n\tprotocol=\"application/pgp-signature\"; boundary=\"HtRZva1Vzv8iP5ye\"","Content-Disposition":"inline","In-Reply-To":"<20181213142327.4455-1-laurent.pinchart@ideasonboard.com>","User-Agent":"Mutt/1.5.24 (2015-08-30)","Subject":"Re: [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":"Fri, 14 Dec 2018 08:15:19 -0000"}},{"id":52,"web_url":"https://patchwork.libcamera.org/comment/52/","msgid":"<6561be99-ce37-6896-8e3b-7e9e9a97ac62@ideasonboard.com>","date":"2018-12-14T08:27:24","subject":"Re: [libcamera-devel] [PATCH 1/3] Documentation: Remove _static and\n\t_templates directory","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"On 14/12/2018 08:15, jacopo mondi wrote:\n> Hi Laurent,\n> \n> On Thu, Dec 13, 2018 at 04:23:25PM +0200, Laurent Pinchart wrote:\n>> sphinx only requires those directories to be present because they're\n>> referenced in the configuration file. Remove the references and the\n>> directories.\n> \n> Provided the documentation content matches what's on website (I\n> haven't gone through it), please push these.\n> \n> Acked-by: Jacopo Mondi <jacopo@jmondi.org>\n\nAgreed!\n\nThis will be a good way forwards to keeping the website, and project in\nsync.\n\n--\nKieran\n\n\n>>\n>> Signed-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\n>>\n>> diff --git a/Documentation/_static/.keep_empty b/Documentation/_static/.keep_empty\n>> deleted file mode 100644\n>> index e69de29bb2d1..000000000000\n>> diff --git a/Documentation/_templates/.keep_empty b/Documentation/_templates/.keep_empty\n>> deleted file mode 100644\n>> index e69de29bb2d1..000000000000\n>> diff --git a/Documentation/conf.py b/Documentation/conf.py\n>> index 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>> --\n>> Regards,\n>>\n>> Laurent Pinchart\n>>\n>> _______________________________________________\n>> libcamera-devel mailing list\n>> libcamera-devel@lists.libcamera.org\n>> https://lists.libcamera.org/listinfo/libcamera-devel\n>>\n>> _______________________________________________\n>> libcamera-devel mailing list\n>> libcamera-devel@lists.libcamera.org\n>> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<kieran.bingham@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 79E3B60B0C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 14 Dec 2018 09:27:28 +0100 (CET)","from [192.168.0.21]\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 D900F549;\n\tFri, 14 Dec 2018 09:27:27 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1544776048;\n\tbh=AzuG6K2DZXrZoppURa7qOz/gDoVnqiUtEOnOQ3P+Apg=;\n\th=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From;\n\tb=d7aHZavaVi5hlQ/PWd9tOE7ZfFzQoxOkMGO5Pfk/DCYzihQH/aWC60Y+CkzzKjQBd\n\t5D/PErVBNLPWkU5IvNpf+6ee/OouGp/CYwynm/nREm0E4iiKa9ewLi9VN728ZBxZTz\n\tHix4l7amxqTjY9V6TsRq0TFtdjhiwT0iXyTz7QUs=","Reply-To":"kieran.bingham@ideasonboard.com","To":"jacopo mondi <jacopo@jmondi.org>,\n\tLaurent Pinchart <laurent.pinchart@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","References":"<20181213142327.4455-1-laurent.pinchart@ideasonboard.com>\n\t<20181214081516.GS5597@w540>","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Openpgp":"preference=signencrypt","Autocrypt":"addr=kieran.bingham@ideasonboard.com; keydata=\n\t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\n\tsbsRB8KNNvVXBOVNwko86rQqF9drZuw=","Organization":"Ideas on Board","Message-ID":"<6561be99-ce37-6896-8e3b-7e9e9a97ac62@ideasonboard.com>","Date":"Fri, 14 Dec 2018 08:27:24 +0000","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101\n\tThunderbird/60.2.1","MIME-Version":"1.0","In-Reply-To":"<20181214081516.GS5597@w540>","Content-Type":"text/plain; charset=utf-8","Content-Language":"en-GB","Content-Transfer-Encoding":"7bit","Subject":"Re: [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":"Fri, 14 Dec 2018 08:27:28 -0000"}}]