database error
[notmuch-archives.git] / dd / 8028be99fd633bbd151a13185fce3061542019
1 Return-Path: <wking@tremily.us>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 276F4431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 10 May 2014 08:56:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id gngICtQAz9No for <notmuch@notmuchmail.org>;\r
17         Sat, 10 May 2014 08:56:03 -0700 (PDT)\r
18 Received: from qmta08.westchester.pa.mail.comcast.net\r
19         (qmta08.westchester.pa.mail.comcast.net [76.96.62.80])\r
20         by olra.theworths.org (Postfix) with ESMTP id DE0B5431FBF\r
21         for <notmuch@notmuchmail.org>; Sat, 10 May 2014 08:56:02 -0700 (PDT)\r
22 Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71])\r
23         by qmta08.westchester.pa.mail.comcast.net with comcast\r
24         id 0FGr1o0011YDfWL58Fw2F5; Sat, 10 May 2014 15:56:02 +0000\r
25 Received: from odin.tremily.us ([24.18.63.50])\r
26         by omta20.westchester.pa.mail.comcast.net with comcast\r
27         id 0Fw01o00a152l3L3gFw1dh; Sat, 10 May 2014 15:56:02 +0000\r
28 Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
29         by odin.tremily.us (Postfix) with ESMTPS id B30251196909;\r
30         Sat, 10 May 2014 08:56:00 -0700 (PDT)\r
31 Received: (nullmailer pid 12751 invoked by uid 1000);\r
32         Sat, 10 May 2014 15:55:29 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH] doc/conf.py: Remove _static from html_static_path\r
36 Date: Sat, 10 May 2014 08:55:21 -0700\r
37 Message-Id:\r
38  <4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremily.us>\r
39 X-Mailer: git-send-email 1.9.1.353.gc66d89d\r
40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
41         s=q20140121; t=1399737362;\r
42         bh=N7mtX7l3+4pM576AVrwl0qBp7Pes/4b9k9O19bbQXiM=;\r
43         h=Received:Received:Received:Received:From:To:Subject:Date:\r
44         Message-Id;\r
45         b=NGgJX34QSI3o2RCfzOmHUPZukMaKL508x9ZcjC/YKTNu487Gr3sTMprOOvJUoOB19\r
46         715XY14P5gz4WvLhtH33PlLQlpkL5aBLfYsO8PdeFmr3Rl0QCahUzK2E61uLQRVlt8\r
47         15l0U7Yo/uwVArz4zKPpgoyA+zQEVqrdhNqZa/Zwcqnxg69cHnyA/6N4LwX5Q922jD\r
48         9H43KBZpSL2UwzSf4EhZI9l6Cdbs6nSYBQIAyxtQfWFRJHnjMd3qOY6OYga6PFaazH\r
49         T87mYBQog5ZOcBMoaKKbS6iLSYaB7q6SzXAZQ/zvO56dgkVjLhIOzWo5O3s1ca7H0l\r
50         SF8HlQyw2dZCQ==\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Sat, 10 May 2014 15:56:11 -0000\r
64 \r
65 Avoid:\r
66 \r
67   $ make HAVE_SPHINX=1 sphinx-html\r
68   python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk\r
69   sphinx-build -b html -d doc/_build/doctrees -q ./doc doc/_build/html\r
70   Making output directory...\r
71   WARNING: html_static_path entry '/home/wking/src/notmuch/notmuch/doc/_static' does not exist\r
72 \r
73 because we have no static source in doc/_static.\r
74 ---\r
75  doc/conf.py | 2 +-\r
76  1 file changed, 1 insertion(+), 1 deletion(-)\r
77 \r
78 diff --git a/doc/conf.py b/doc/conf.py\r
79 index a926fe4..70ba1b8 100644\r
80 --- a/doc/conf.py\r
81 +++ b/doc/conf.py\r
82 @@ -42,7 +42,7 @@ html_theme = 'default'\r
83  # Add any paths that contain custom static files (such as style sheets) here,\r
84  # relative to this directory. They are copied after the builtin static files,\r
85  # so a file named "default.css" will overwrite the builtin "default.css".\r
86 -html_static_path = ['_static']\r
87 +html_static_path = []\r
88  \r
89  # Output file base name for HTML help builder.\r
90  htmlhelp_basename = 'notmuchdoc'\r
91 -- \r
92 1.9.1.353.gc66d89d\r
93 \r