Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2159C431FC7 for ; Mon, 12 May 2014 08:19:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id umuS2s13FXp0 for ; Mon, 12 May 2014 08:18:52 -0700 (PDT) Received: from qmta02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by olra.theworths.org (Postfix) with ESMTP id 96877431FC2 for ; Mon, 12 May 2014 08:18:49 -0700 (PDT) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta02.westchester.pa.mail.comcast.net with comcast id 12yF1o00C0vyq2s513JoH7; Mon, 12 May 2014 15:18:48 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta05.westchester.pa.mail.comcast.net with comcast id 13Jn1o00F152l3L3R3Jnj7; Mon, 12 May 2014 15:18:48 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id 7EFAA11B3162; Mon, 12 May 2014 08:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1399907926; bh=Ksc29ImFyjUrAIMXGMWF4CKYMRTzSJqd+MhqZZL9rmg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=clkak8lgNg455kFNyvor8qEpxgljaffhNRqA+xs2uwB3mMzTnc9yH1kRMjjBVGqgn 5yW88O5SEn7FG3wGktfLJTgeUDpF84glhRiRMZtNx7+TPHRIR6BznYNBNUospEOFh3 yBwK6ob9VGm4w+kMx3cQuK2g2/HoCvBhdhU/iPqU= Date: Mon, 12 May 2014 08:18:46 -0700 From: "W. Trevor King" To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= Subject: Re: [PATCH] Unset html_static_path in Python bindings docs Message-ID: <20140512151846.GX28634@odin.tremily.us> References: <1399890746-8803-1-git-send-email-aidecoe@aidecoe.name> <1399890941-9300-1-git-send-email-aidecoe@aidecoe.name> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i1PcW0DRC/TAMeXk" Content-Disposition: inline In-Reply-To: <1399890941-9300-1-git-send-email-aidecoe@aidecoe.name> OpenPGP: id=39A2F3FA2AB17E5D8764F388FC29BDCDF15F5BE8; url=http://tremily.us/pubkey.txt User-Agent: Mutt/1.5.23 (2014-03-12) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1399907928; bh=2ZYdR7WlmznJ2lkk9AARYQrk3cfwYvctIo2X94kagL0=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=PRTB9H8M4bylc5Cq8qW02JxBDYk2iyjvSK+34b7GaDgX6yQ1p8ME05RhscZQdbRZV l3AGTw43Y1Me9N3iXuiesndeDaLTHwsLfC04NAXI/RNIi5XPhYcX7OtVSU2xdkfLcy lHMU2wupEDk91jDPRKaSdCZOKTphpqBwjchBJkF2iyQ26ZfZzItuw/dw4jP3Nakk92 vRoDASdN5+qx6QQ17hmDo2TTZagWDy6hdIRO2y6ppl/b+BbxEEWhp29YjOhblEj1Sf 9M7C/Hqli4vTO5Pmf+tNDvqB5LcREyyV2isRT4qWJAJapP4qCrpUVk2Y3/Q2E+/BWU 0mjU/Twvv4Z5A== Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 15:19:00 -0000 --i1PcW0DRC/TAMeXk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 12, 2014 at 12:35:41PM +0200, Amadeusz =C5=BBo=C5=82nowski wrot= e: > html_static_path is a kind of source directory and it was set to > destination directory (../html) which caused infinite recursion with > Sphinx 1.2 and above. > --- > bindings/python/docs/source/conf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/s= ource/conf.py > index 9db377f..5107a96 100644 > --- a/bindings/python/docs/source/conf.py > +++ b/bindings/python/docs/source/conf.py > @@ -140,7 +140,7 @@ html_theme =3D 'default' > # Add any paths that contain custom static files (such as style sheets) = here, > # relative to this directory. They are copied after the builtin static f= iles, > # so a file named "default.css" will overwrite the builtin "default.css". > -html_static_path =3D ['../html'] > +html_static_path =3D [] +1 to this. I didn't think to look for other Sphinx configs besides doc/conf.py when I wrote [1]. Cheers, Trevor [1]: id:4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremi= ly.us http://article.gmane.org/gmane.mail.notmuch.general/18289 --=20 This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy --i1PcW0DRC/TAMeXk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJTcOZUAAoJEKKfehoaNkbtAzsP/2cwMWQn9OM8O+NxdlI0bWir N1lta+NvSn1doxTmje5Y/Nio2oR0NUh3Uws2MtwtjzCaaOoMCN0+BrBy+WNNQTT1 PJeDMGXFqobhiTfk3b8eJ45LXXQGjuKBkdccrE+y0RTsDphB3zzLyWEJcTlyaQuu r7CciDdspRtKDARaxLAy6PEokIIN316DAWxzqfhdwXnX1Cq91zqISNwM+KjcWAif W5QlTRrdxuCOYAX9dOosoxIBYHUSG3N6jijol72apJv7ZykLqVA+zNlF6QiBlMCF M1rrXIMLo7osazZCoTRfFcWH3/uDpbjSVe20hhsD4JexWX876eSoO6XhuAvFxwn/ mLS5rD8uUkLZkWosukLXpZAgziwFefgbqLrwKP2v6eA2IzNV4ZbtuDuLFaGRkZrC 9UKXIir53nDUGZVIblmu5kriGsegK0bIf1JB8eGGBod63CekTlDkZaPiSwDtjRg9 5M1+pAtOKNoblT4Bhl6r4XlxVJfQskYVt6YlHp1avVPL2lzZik6cp4+EF+FMvQ2t 9wsCkX90D6HdwtAKF565m1Yiv45S52awCrGKAxBp3tNK29c/N1ok2w80OgusUWxq aYtMpUgeQxHxYK9ambZ2wO+3gwuR/Ky0KRnUx+jB21/drQwgrbs+FzUXT7Y18tex rhnb1xGQUMeXM2pPNWdV =cs2I -----END PGP SIGNATURE----- --i1PcW0DRC/TAMeXk--