From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aFujNFcoG1+0cwAA0tVLHw (envelope-from ) for ; Fri, 24 Jul 2020 18:28:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ALWhMFcoG18kTwAAB5/wlQ (envelope-from ) for ; Fri, 24 Jul 2020 18:28:39 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 65E9C94050A for ; Fri, 24 Jul 2020 18:28:38 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 1863327AF7; Fri, 24 Jul 2020 14:28:32 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 1A0361FA22 for ; Fri, 24 Jul 2020 14:28:29 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 3C18860AB8; Fri, 24 Jul 2020 14:28:27 -0400 (EDT) Received: (nullmailer pid 336656 invoked by uid 1000); Fri, 24 Jul 2020 18:28:25 -0000 From: David Bremner To: Jonas Bernoulli , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config In-Reply-To: <20200724180924.21944-2-jonas@bernoul.li> References: <20200724180924.21944-1-jonas@bernoul.li> <20200724180924.21944-2-jonas@bernoul.li> Date: Fri, 24 Jul 2020 15:28:25 -0300 Message-ID: <875zacvkc6.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: O75RDNUS5K3QAFMNUORVSENDZEWUT6ZV X-Message-ID-Hash: O75RDNUS5K3QAFMNUORVSENDZEWUT6ZV X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: vrs56IqYRIVY Jonas Bernoulli writes: > --- > sphinx.config | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 sphinx.config > > diff --git a/sphinx.config b/sphinx.config > new file mode 100644 > index 00000000..207614b4 > --- /dev/null > +++ b/sphinx.config > @@ -0,0 +1,4 @@ > +# Generated by configure, run from doc/conf.py > +tags.add('WITH_EMACS') > +tags.add('WITH_PYTHON') > +rsti_dir = '/home/jonas/.emacs.d/lib/notmuch/emacs' I don't think the patch dos what you think it does? cheers, d