From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B39116DE1057 for ; Sat, 16 Feb 2019 05:15:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=-0.005, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r7pVXTqG-L_b for ; Sat, 16 Feb 2019 05:15:30 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id B50B56DE0F76 for ; Sat, 16 Feb 2019 05:15:30 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1guzoI-0005fz-F3; Sat, 16 Feb 2019 08:15:14 -0500 Received: (nullmailer pid 3801 invoked by uid 1000); Sat, 16 Feb 2019 13:14:57 -0000 From: David Bremner To: Dan =?utf-8?B?xIxlcm3DoWs=?= , notmuch@notmuchmail.org Subject: Re: [Bug] Cannot build python3 bindings documentation of notmuch 0.28.1 In-Reply-To: <874l9hm3c0.fsf@cgc-instruments.com> References: <874l9hm3c0.fsf@cgc-instruments.com> Date: Sat, 16 Feb 2019 09:14:57 -0400 Message-ID: <87tvh3swmm.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Sat, 16 Feb 2019 13:15:32 -0000 dan.cermak@posteo.net (Dan =C4=8Cerm=C3=A1k) writes: > Hi list, > > the python3 bindings documentation seems to be broken: > > on OpenSUSE Tumbleweed and Fedora 29 (both have Python 3.7 and sphinx > 1.7.6) I get this: > > $ cd bindings/python/docs/ > $ make dirhtml > sphinx-build -b dirhtml -d build/doctrees source build/dirhtml > Running Sphinx v1.7.6 I have queued Jani's fix [1] for this; I'll probably make another point release if no one objects. This has the side-effect of requiring python 3.3 to build the bindings, but this is probably inconvenient for less people than breaking with python 3.7. [1]: https://nmbug.notmuchmail.org/nmweb/show/20190211182237.32201-1-jani%4= 0nikula.org