From 0b63e73ab4e90d99ddb2c339feb79d0d03b97d5f Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 17 Nov 2014 14:00:56 +1900 Subject: [PATCH] Re: notmuch.readthedocs.org --- a8/4ab7362bf55550edee753a50532feba5e2a62b | 107 ++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 a8/4ab7362bf55550edee753a50532feba5e2a62b diff --git a/a8/4ab7362bf55550edee753a50532feba5e2a62b b/a8/4ab7362bf55550edee753a50532feba5e2a62b new file mode 100644 index 000000000..72901b0b0 --- /dev/null +++ b/a8/4ab7362bf55550edee753a50532feba5e2a62b @@ -0,0 +1,107 @@ +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 EE9C5431FCB + for ; Sun, 16 Nov 2014 11:01:06 -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 DqeciB3gzttu for ; + Sun, 16 Nov 2014 11:00:59 -0800 (PST) +Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com + [209.85.192.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id ED2E4431FC3 + for ; Sun, 16 Nov 2014 11:00:58 -0800 (PST) +Received: by mail-qg0-f42.google.com with SMTP id i50so14349587qgf.15 + for ; Sun, 16 Nov 2014 11:00:58 -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=LjZJzMbSboGu2M3WEQS8zntyIdizs1Qjf0PLTxaap1U=; + b=rPRCr0HJQvb1LouYbtyorUzDbwnP+gQK8epYu6nTHfI1cnFxXpLOMIeT/FEXtcj0Oh + KlpH8gfucYFng6wihgtyg7ieeFBFiPP8/hpD0tO2DGi8avhDRXEE/Wuf1y2o2b4RwA7A + bDtS5Wb0E2T3b5C6NXL+MRQ5ONmNWXjkR5Z6kwBL26RjL6pJjpYqAUCUKZMzr2aOlToi + tcqYnQSu0KdZ5NF6SypIU7hVOuqJJPkXwuFFSPPYbmb821zfZ06hE1ds3xqJ82s4D2fR + ugqJ8K79Y5Laj+2qlXK8lzi9MxjK9MCSeENgsJKGrlPTNBE3ANd2bQ0dSFQvULJkjVtQ + 4weg== +X-Received: by 10.224.3.134 with SMTP id 6mr28903365qan.87.1416164458384; + Sun, 16 Nov 2014 11:00:58 -0800 (PST) +Received: from localhost ([2001:470:e438:2:b93a:4f50:adee:ae12]) + by mx.google.com with ESMTPSA id w7sm32321150qge.17.2014.11.16.11.00.57 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 16 Nov 2014 11:00:57 -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 14:00:56 -0500 +Message-ID: <87zjbr9dhz.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 19:01:07 -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. +> +Also, I just noticed that readthedocs supports a notion of +subprojects. Perhaps try adding notmuch-python to the subprojects list +of notmuch. I'm frankly not sure what the subproject relationship +entails beyond exposing notmuch-python in the notmuch.readthedocs.org +subdomain. + +Cheers, + +- Ben + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAEBAgAGBQJUaPRoAAoJEErkyLZmeNiDe9IH/3dLgt9Xo+pjWOckjwhN+htX +H3f4pHYkSA8FvzvWLHW3wbAkp7rJgNRKJ2bDqgHh2wRmceJnUq9c/1yzfI3MyuFj +ifW5Nldp0E7oCa+i0CNr0rbxxYKGGSZiiC39zVwCVRmtG5Q2ljfyEoHFYZlvqmip ++g2gaF9cCN+s58Ke7aBIr3XJ3ajH4gunkAYXmVPrdnCRqk9VAg+DpuI15mCY2Fng +zvBh5xMzifq4XkiIGBN985fp12D1/URkNCuH8amjOssYOy+nAMi5x4ewzEM8+9Vz +lkSBJfUDNy948VQl5tH1Jpn9EJdkTTuTJeqhXvuUCDzWpHjoKCe9lDjN/nqbink= +=9Ksb +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2