[{"id":23494,"web_url":"https://patchwork.libcamera.org/comment/23494/","msgid":"<YrByxUVwxO41WFeJ@pendragon.ideasonboard.com>","date":"2022-06-20T13:14:45","subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Jacopo,\n\nThank you for the patch.\n\nOn Mon, Jun 20, 2022 at 02:55:07PM +0200, Jacopo Mondi via libcamera-devel wrote:\n> Recent versions of Sphinx (> 5.0.0) have dropped support for the\n> 'None' keyword as language specifier:\n> \n> https://www.sphinx-doc.org/en/master/changes.html#release-5-0-0-released-may-30-2022\n> \n> 10474: language does not accept None as it value. The default value of\n>        language becomes to 'en' now. Patch by Adam Turner and Takeshi\n>        KOMIYA.\n> \n> Causing a compile time warning:\n> \n> WARNING: Invalid configuration value found: 'language = None'.\n> Update your configuration to a valid language code. Falling\n> back to 'en' (English).\n> \n> Change the language setting to 'en' to silence the warning.\n> \n> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n> ---\n>  Documentation/conf.py | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\n> \n> diff --git a/Documentation/conf.py b/Documentation/conf.py\n> index 78602c85e33f..7eeea7f3865b 100644\n> --- a/Documentation/conf.py\n> +++ b/Documentation/conf.py\n> @@ -56,7 +56,7 @@ master_doc = 'index'\n>  #\n>  # This is also used if you do content translation via gettext catalogs.\n>  # Usually you set \"language\" from the command line for these cases.\n> -language = None\n> +language = 'en'\n>  \n>  # List of patterns, relative to source directory, that match files and\n>  # directories to ignore when looking for source files.","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 2E597BE173\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 20 Jun 2022 13:15:03 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id DDA0F6563A;\n\tMon, 20 Jun 2022 15:15:02 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 0BDBD60498\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jun 2022 15:15:02 +0200 (CEST)","from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi\n\t[62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 59FFBDD;\n\tMon, 20 Jun 2022 15:15:01 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1655730902;\n\tbh=pBwO5TH7jvISTqLiBi+OfAJ4tcFnZxVzxpZLkZPniDk=;\n\th=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=kGd590jtTExXEROFzAXMVNZRyHQsjArJrDAlxzuTuS0te1Tp1eR5jegazhgvAMDV9\n\t+BjGbs12iIw/DF8cX9T+clXNrO3hZW9pCUSphjQYy3q5rJbpJ3eT2v0LSJnJiqAgSM\n\tN8ZgWnhrqlyVaqmGvY+fjcDP4I6ZjuH1uoDG/zwRBJJo6423CsMRcIFgau8KPA7ByZ\n\tw43QIUqN6nf00OpZt9TyEWfte8TFhQHpKnkHYNDiUbjqzXu7U8hVZMLTXiVjjTEMju\n\tAZZDCE6DGnOJw5HpcqwY6DvBfzhGozFdcoxwDkjcetsR1SiXvlb6EH7qbtyNPm1yPO\n\tE9K8saZO/W0Vw==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1655730901;\n\tbh=pBwO5TH7jvISTqLiBi+OfAJ4tcFnZxVzxpZLkZPniDk=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=reNRQ2HZ2r2PMxDAeZaFlJlUphXbMK4v/7o3spsZ1ol8VZPXDSB5INvaU91S/gBpb\n\toorqq6/w698rppEJAvLqqG/9Vnfn7spRNm/S0DwFMez6SedFdLTaF7BwSOWMlJ3qmZ\n\t9GmuJGdLTqqFv2+lgTsVnGbphgOsR2uu2hAHrZWg="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"reNRQ2HZ\"; dkim-atps=neutral","Date":"Mon, 20 Jun 2022 16:14:45 +0300","To":"Jacopo Mondi <jacopo@jmondi.org>","Message-ID":"<YrByxUVwxO41WFeJ@pendragon.ideasonboard.com>","References":"<20220620125507.57991-1-jacopo@jmondi.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<20220620125507.57991-1-jacopo@jmondi.org>","Subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","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>","From":"Laurent Pinchart via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":23495,"web_url":"https://patchwork.libcamera.org/comment/23495/","msgid":"<165574047424.1049416.3072349814195597972@Monstersaurus>","date":"2022-06-20T15:54:34","subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Jacopo Mondi via libcamera-devel (2022-06-20 13:55:07)\n> Recent versions of Sphinx (> 5.0.0) have dropped support for the\n> 'None' keyword as language specifier:\n> \n> https://www.sphinx-doc.org/en/master/changes.html#release-5-0-0-released-may-30-2022\n> \n> 10474: language does not accept None as it value. The default value of\n>        language becomes to 'en' now. Patch by Adam Turner and Takeshi\n>        KOMIYA.\n> \n> Causing a compile time warning:\n> \n> WARNING: Invalid configuration value found: 'language = None'.\n> Update your configuration to a valid language code. Falling\n> back to 'en' (English).\n> \n> Change the language setting to 'en' to silence the warning.\n\nWell, I think falling back to English is probably useful ;-)\n\n\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\n> \n> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> ---\n>  Documentation/conf.py | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\n> \n> diff --git a/Documentation/conf.py b/Documentation/conf.py\n> index 78602c85e33f..7eeea7f3865b 100644\n> --- a/Documentation/conf.py\n> +++ b/Documentation/conf.py\n> @@ -56,7 +56,7 @@ master_doc = 'index'\n>  #\n>  # This is also used if you do content translation via gettext catalogs.\n>  # Usually you set \"language\" from the command line for these cases.\n> -language = None\n> +language = 'en'\n>  \n>  # List of patterns, relative to source directory, that match files and\n>  # directories to ignore when looking for source files.\n> -- \n> 2.36.1\n>","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 E8AAFBD808\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 20 Jun 2022 15:54:38 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 18D9F65635;\n\tMon, 20 Jun 2022 17:54:38 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C0DEA60498\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jun 2022 17:54:36 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 5149D25B;\n\tMon, 20 Jun 2022 17:54:36 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1655740478;\n\tbh=jOwiDN4685ghF0kx421QDnAWJDuni8iY5Q4LVGlZuj0=;\n\th=In-Reply-To:References:To:Date:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:\n\tFrom;\n\tb=3PMrIqgWhcYxOEYWvyAEpW5SYF+V+sSn80SfIlVnK5dg+NTWNMcp2/jfEdISBqWTc\n\tqi6pX+WMH91U0UfmlDtFr/UgOE2kS4WpSIm+P+PZVh7tRFy5OBieOfgoLri91Q89wH\n\t9x5pauxXQIllnDI3+J2sgEG18DC2YVK6zqZPugSRG7KPUF2xQvc4wHepSJ6uiN3QDZ\n\tjOdFrZ3J4RNy8ae7l3Bp8MK4T115mh//xoiGQqkL5ZSK2uH10MR/3EG5n8XewH7iLn\n\tqUmGRFCJsF6MykBqkOSakciFZITpa3DHPkG2gnqASPuo8dtYeouLKtfCHkv5hLqGH6\n\tCnGPqHJ8XaKww==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1655740476;\n\tbh=jOwiDN4685ghF0kx421QDnAWJDuni8iY5Q4LVGlZuj0=;\n\th=In-Reply-To:References:Subject:From:To:Date:From;\n\tb=ooPdNV9FKjr7LNKs9lLTcaOAKmmjaldgwTy8YeqprujRxk0OTmF2BY5jYng4Mj/+S\n\tbdogTlygCjbG2Otib5S/Jzks8wjiWJEePm6+cce0yLakxYTb/ISD31MmJhRvobrg6U\n\t1bH3BK5D9+BpyUV7KrZ3tiBoSPtXEB9tJDAoZSno="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"ooPdNV9F\"; dkim-atps=neutral","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20220620125507.57991-1-jacopo@jmondi.org>","References":"<20220620125507.57991-1-jacopo@jmondi.org>","To":"Jacopo Mondi <jacopo@jmondi.org>, libcamera-devel@lists.libcamera.org","Date":"Mon, 20 Jun 2022 16:54:34 +0100","Message-ID":"<165574047424.1049416.3072349814195597972@Monstersaurus>","User-Agent":"alot/0.10","Subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","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>","From":"Kieran Bingham via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":23496,"web_url":"https://patchwork.libcamera.org/comment/23496/","msgid":"<20220620161401.yrnyqeje455gyr6f@uno.localdomain>","date":"2022-06-20T16:14:01","subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/people/3/","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"content":"Hi Kieran\n\nOn Mon, Jun 20, 2022 at 04:54:34PM +0100, Kieran Bingham wrote:\n> Quoting Jacopo Mondi via libcamera-devel (2022-06-20 13:55:07)\n> > Recent versions of Sphinx (> 5.0.0) have dropped support for the\n> > 'None' keyword as language specifier:\n> >\n> > https://www.sphinx-doc.org/en/master/changes.html#release-5-0-0-released-may-30-2022\n> >\n> > 10474: language does not accept None as it value. The default value of\n> >        language becomes to 'en' now. Patch by Adam Turner and Takeshi\n> >        KOMIYA.\n> >\n> > Causing a compile time warning:\n> >\n> > WARNING: Invalid configuration value found: 'language = None'.\n> > Update your configuration to a valid language code. Falling\n> > back to 'en' (English).\n> >\n> > Change the language setting to 'en' to silence the warning.\n>\n> Well, I think falling back to English is probably useful ;-)\n>\n\nIt is, but it triggers a warning and -Werror causes the build to fail\n\n>\n> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n>\n> >\n> > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> > ---\n> >  Documentation/conf.py | 2 +-\n> >  1 file changed, 1 insertion(+), 1 deletion(-)\n> >\n> > diff --git a/Documentation/conf.py b/Documentation/conf.py\n> > index 78602c85e33f..7eeea7f3865b 100644\n> > --- a/Documentation/conf.py\n> > +++ b/Documentation/conf.py\n> > @@ -56,7 +56,7 @@ master_doc = 'index'\n> >  #\n> >  # This is also used if you do content translation via gettext catalogs.\n> >  # Usually you set \"language\" from the command line for these cases.\n> > -language = None\n> > +language = 'en'\n> >\n> >  # List of patterns, relative to source directory, that match files and\n> >  # directories to ignore when looking for source files.\n> > --\n> > 2.36.1\n> >","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 23445BE173\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 20 Jun 2022 16:14:05 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E26C965635;\n\tMon, 20 Jun 2022 18:14:04 +0200 (CEST)","from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net\n\t[217.70.183.193])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 80C1260498\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jun 2022 18:14:03 +0200 (CEST)","(Authenticated sender: jacopo@jmondi.org)\n\tby mail.gandi.net (Postfix) with ESMTPSA id 21700240005;\n\tMon, 20 Jun 2022 16:14:02 +0000 (UTC)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1655741644;\n\tbh=fJbRMxqzfAjK8JLcl45sMlsc9hy83lMkh/EIFMU3E3Y=;\n\th=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=EY6t07Q3sDdDir8cg0s9RJosRVYgwtLlGgmhY5RTglHZLFHy3KK0HVwdxbulkXfQK\n\tLRH/bqoWzPgd11oZa1MnOkk70X3qlpaTH4u6LJtdodgetvhDQGd3tLikYaLWoRzZaR\n\t2Z0JE/bsBC2jHf3Wrkz4fPYt38kxSVdM/2uQJ3zmh3M8jqccVCmfCRy0kM9ccmoZle\n\t/FRAitcKKaQ6jkgBeSwG/29+VAsExycAXf/jyGnbpdn20i/uSFkodKdSUjFDbSt2Ws\n\tVhtto0aHRuh+lpCzItosOSkzmvtfJKS+6VI8ln82PELGMAiRs9IXrD7x7eZK5//0dk\n\t0rNmgOs5QyZRg==","Date":"Mon, 20 Jun 2022 18:14:01 +0200","To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Message-ID":"<20220620161401.yrnyqeje455gyr6f@uno.localdomain>","References":"<20220620125507.57991-1-jacopo@jmondi.org>\n\t<165574047424.1049416.3072349814195597972@Monstersaurus>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<165574047424.1049416.3072349814195597972@Monstersaurus>","Subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","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>","From":"Jacopo Mondi via libcamera-devel <libcamera-devel@lists.libcamera.org>","Reply-To":"Jacopo Mondi <jacopo@jmondi.org>","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":23497,"web_url":"https://patchwork.libcamera.org/comment/23497/","msgid":"<165574185846.40008.2367989934227369719@Monstersaurus>","date":"2022-06-20T16:17:38","subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Jacopo Mondi (2022-06-20 17:14:01)\n> Hi Kieran\n> \n> On Mon, Jun 20, 2022 at 04:54:34PM +0100, Kieran Bingham wrote:\n> > Quoting Jacopo Mondi via libcamera-devel (2022-06-20 13:55:07)\n> > > Recent versions of Sphinx (> 5.0.0) have dropped support for the\n> > > 'None' keyword as language specifier:\n> > >\n> > > https://www.sphinx-doc.org/en/master/changes.html#release-5-0-0-released-may-30-2022\n> > >\n> > > 10474: language does not accept None as it value. The default value of\n> > >        language becomes to 'en' now. Patch by Adam Turner and Takeshi\n> > >        KOMIYA.\n> > >\n> > > Causing a compile time warning:\n> > >\n> > > WARNING: Invalid configuration value found: 'language = None'.\n> > > Update your configuration to a valid language code. Falling\n> > > back to 'en' (English).\n> > >\n> > > Change the language setting to 'en' to silence the warning.\n> >\n> > Well, I think falling back to English is probably useful ;-)\n> >\n> \n> It is, but it triggers a warning and -Werror causes the build to fail\n\nSorry - I meant 'explicitly falling back, as with your patch'\n\n> \n> >\n> > Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n> >\n> > >\n> > > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n> > > ---\n> > >  Documentation/conf.py | 2 +-\n> > >  1 file changed, 1 insertion(+), 1 deletion(-)\n> > >\n> > > diff --git a/Documentation/conf.py b/Documentation/conf.py\n> > > index 78602c85e33f..7eeea7f3865b 100644\n> > > --- a/Documentation/conf.py\n> > > +++ b/Documentation/conf.py\n> > > @@ -56,7 +56,7 @@ master_doc = 'index'\n> > >  #\n> > >  # This is also used if you do content translation via gettext catalogs.\n> > >  # Usually you set \"language\" from the command line for these cases.\n> > > -language = None\n> > > +language = 'en'\n> > >\n> > >  # List of patterns, relative to source directory, that match files and\n> > >  # directories to ignore when looking for source files.\n> > > --\n> > > 2.36.1\n> > >","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 54549BD808\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 20 Jun 2022 16:17:43 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id A857165632;\n\tMon, 20 Jun 2022 18:17:42 +0200 (CEST)","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 653D560498\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jun 2022 18:17:41 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id D872225B;\n\tMon, 20 Jun 2022 18:17:40 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1655741862;\n\tbh=FqWHlzS6OQVz/w6vtksrqcuTTQItCmnCoTyL2wX8wF0=;\n\th=In-Reply-To:References:To:Date:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=bBIX6vZZgubUku1tgd7ps+XlN4HVgG2cT81Gg6td7StQ77fl24ZpSlQ6KWeefXISB\n\tMzQyoqDV0MuRs7NFffPaxwIO3ZwZE94ObA5BK/pD5TFFCR0Ucrs2PnKqPku5Hro9wO\n\tHUyqiEKX2SQyCGR2Ku/yK6qOcjntqXjXO8eOHw2qzAlUqhrAMpeXX5tYDkwlRNgwxL\n\twLSvyz+QjZRF18DWDo9PPiP/zHd567oT+ppdgKOlhV40DrU42ARv9sU09xYdNyngIo\n\tOO1u1DbTBmgch8irEAUODYwHS09MhEtpGrFmbEr2PpPR70tq556l89llRDS1KcShYu\n\tv4MhJL9uGg0DA==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1655741860;\n\tbh=FqWHlzS6OQVz/w6vtksrqcuTTQItCmnCoTyL2wX8wF0=;\n\th=In-Reply-To:References:Subject:From:Cc:To:Date:From;\n\tb=Awv2wq4ZGkTqzjUo3o3/fbmADvc447i5ViOWMTv4o6pyFKC/SkWqjAxj9Ue6uXY/5\n\t+hFHe6GzwkWZi9BcOHi0RkipxQjDOBYJE3xgLTSlNjPmrzi6w650Up1Dv5jdR8EdnD\n\tXt8ZCPl1Kb8A8vzjKiORU1fas7/WvkDJymkdaTRE="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"Awv2wq4Z\"; dkim-atps=neutral","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20220620161401.yrnyqeje455gyr6f@uno.localdomain>","References":"<20220620125507.57991-1-jacopo@jmondi.org>\n\t<165574047424.1049416.3072349814195597972@Monstersaurus>\n\t<20220620161401.yrnyqeje455gyr6f@uno.localdomain>","To":"Jacopo Mondi <jacopo@jmondi.org>","Date":"Mon, 20 Jun 2022 17:17:38 +0100","Message-ID":"<165574185846.40008.2367989934227369719@Monstersaurus>","User-Agent":"alot/0.10","Subject":"Re: [libcamera-devel] [PATCH] Documentation: Use language 'en' for\n\tSphinx 5.0.0","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>","From":"Kieran Bingham via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]