From 5ab74e338aaf121db3a00f0d89de17242a1662ce Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 17 Nov 2014 13:51:23 +1900 Subject: [PATCH] Re: notmuch.readthedocs.org --- b3/246fc5e3d3b988eae7608bfe4263362afd5484 | 117 ++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 b3/246fc5e3d3b988eae7608bfe4263362afd5484 diff --git a/b3/246fc5e3d3b988eae7608bfe4263362afd5484 b/b3/246fc5e3d3b988eae7608bfe4263362afd5484 new file mode 100644 index 000000000..439eb62d2 --- /dev/null +++ b/b3/246fc5e3d3b988eae7608bfe4263362afd5484 @@ -0,0 +1,117 @@ +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 146AD431FC4 + for ; Sun, 16 Nov 2014 10:51:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 tudds81qOJBF for ; + Sun, 16 Nov 2014 10:51:31 -0800 (PST) +Received: from mail-qc0-f170.google.com (mail-qc0-f170.google.com + [209.85.216.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 55744431FC3 + for ; Sun, 16 Nov 2014 10:51:31 -0800 (PST) +Received: by mail-qc0-f170.google.com with SMTP id x3so705197qcv.15 + for ; Sun, 16 Nov 2014 10:51:29 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type; + bh=HPfleNzctPdT7CCafyenLukv7g5R7df2mclJmjEwqfk=; + b=W8ypzY1LnI9xXwbofIvTK+Vq16Wq1a7j0pW9shI5k8s9hwSwmvgmysbpJZcOnKqZUX + volDDnqErdciYfrjtfYOGbY61xk6fZ1mzLI4jxaOFazDer0bHF1N8KO9ZEqieq5WHTgu + BDI2pdEWmUnmcmrBBdR634BMWL01YMDsSA2RnU+ftEIQOvbET38zupZWSAVNtjTd/mJp + wI0nHs+3nvMQmteaLKJte0r36X/LSVpIupt8Y5R4R3dY3RCr55NZuEc2phzh/WRiYH3R + iKYSqGRrhjWDi62x/yQQLCzFZFWS2GTxG6qcfSBnqj0xdtvtVXB8y2HnBrakJt33fmYT + KtTQ== +X-Received: by 10.229.231.74 with SMTP id jp10mr26911097qcb.30.1416163889700; + Sun, 16 Nov 2014 10:51:29 -0800 (PST) +Received: from localhost ([2001:470:e438:2:b93a:4f50:adee:ae12]) + by mx.google.com with ESMTPSA id + v105sm32285621qgv.46.2014.11.16.10.51.28 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 16 Nov 2014 10:51:28 -0800 (PST) +From: Ben Gamari +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: notmuch.readthedocs.org +In-Reply-To: <87ioify2sd.fsf@maritornes.cs.unb.ca> +References: <87ioify2sd.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.19~rc2+35~gb423929 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 16 Nov 2014 13:51:23 -0500 +Message-ID: <87389jasic.fsf@gmail.com> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +Cc: Sebastian Spaeth +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: Sun, 16 Nov 2014 18:51:39 -0000 + +--=-=-= +Content-Type: text/plain + +David Bremner writes: + +> It seems that this site has bitrotted. I hit the build button and it +> now builds the CLI docs instead of the python bindings. I assume since +> Sebastian has moved on from maintaining the bindings he's also not +> intersted in maintaining this site. If someone would like to take over +> and fix what needs to be fixed, then great, otherwise I'll ask the +> readthedocs admins to purge the site. It seems like it should be +> possible to have CLI and python docs in one sphinx tree, so maybe that's +> something we can do upstream to help. +> +I have set up a separate project for the Python bindings here [1]. I +looked into how one might convince Sphinx to build both sets of +documentation in one run but it seems this is not trivial without unduly +coupling the two. Having two separate projects seems like a fair +solution for now. + +David, perhaps you could update the description of the notmuch RtD +project to reflect that fact that it is no longer describing the Python +bindings? Perhaps it might also make sense to add a link to the +notmuch-python project in the project description. I'd be happy to keep +an eye on the notmuch project if you want to add me to the maintainers +list. + +Cheers, + +- Ben + + +[1] http://notmuch-python.readthedocs.org/en/latest/ + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAEBAgAGBQJUaPIrAAoJEErkyLZmeNiDe+IIAIo1raS91C0DaOQ7+gDgtp2x +FxTCCvQO7Fe5q3tVSZF2luUTlHlO1rFODWbXyWlzAGik/Z0hkUYLT8De/XQtuyUb +ba+ig2FT+wCu7f/2RhXjmvcVxbtIiMlF61NJek625KACqWgcA5nOLdmHZn5kkcuA +prwwfPdOC1TbIjUJMkzmz6FGI4EhS3pxMitvzdAy1u/Uew1EEhuLx5pioirhd78Z +Q/MySqIxYHfeglzGQv4UPpKV6077Jxfu3yYfdIZfvgUrhhlSldXR0lSHf9bHT53B +yGb9acysjgQL4iAzE0DVoM6ZaWDtysQbMeBm93rpr02Fx8ACyAm26ovDrb67nPQ= +=vmjp +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2