--- /dev/null
+Return-Path: <wking@tremily.us>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 276F4431FC0\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 08:56:11 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id gngICtQAz9No for <notmuch@notmuchmail.org>;\r
+ Sat, 10 May 2014 08:56:03 -0700 (PDT)\r
+Received: from qmta08.westchester.pa.mail.comcast.net\r
+ (qmta08.westchester.pa.mail.comcast.net [76.96.62.80])\r
+ by olra.theworths.org (Postfix) with ESMTP id DE0B5431FBF\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 08:56:02 -0700 (PDT)\r
+Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71])\r
+ by qmta08.westchester.pa.mail.comcast.net with comcast\r
+ id 0FGr1o0011YDfWL58Fw2F5; Sat, 10 May 2014 15:56:02 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta20.westchester.pa.mail.comcast.net with comcast\r
+ id 0Fw01o00a152l3L3gFw1dh; Sat, 10 May 2014 15:56:02 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id B30251196909;\r
+ Sat, 10 May 2014 08:56:00 -0700 (PDT)\r
+Received: (nullmailer pid 12751 invoked by uid 1000);\r
+ Sat, 10 May 2014 15:55:29 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] doc/conf.py: Remove _static from html_static_path\r
+Date: Sat, 10 May 2014 08:55:21 -0700\r
+Message-Id:\r
+ <4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremily.us>\r
+X-Mailer: git-send-email 1.9.1.353.gc66d89d\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20140121; t=1399737362;\r
+ bh=N7mtX7l3+4pM576AVrwl0qBp7Pes/4b9k9O19bbQXiM=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=NGgJX34QSI3o2RCfzOmHUPZukMaKL508x9ZcjC/YKTNu487Gr3sTMprOOvJUoOB19\r
+ 715XY14P5gz4WvLhtH33PlLQlpkL5aBLfYsO8PdeFmr3Rl0QCahUzK2E61uLQRVlt8\r
+ 15l0U7Yo/uwVArz4zKPpgoyA+zQEVqrdhNqZa/Zwcqnxg69cHnyA/6N4LwX5Q922jD\r
+ 9H43KBZpSL2UwzSf4EhZI9l6Cdbs6nSYBQIAyxtQfWFRJHnjMd3qOY6OYga6PFaazH\r
+ T87mYBQog5ZOcBMoaKKbS6iLSYaB7q6SzXAZQ/zvO56dgkVjLhIOzWo5O3s1ca7H0l\r
+ SF8HlQyw2dZCQ==\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 10 May 2014 15:56:11 -0000\r
+\r
+Avoid:\r
+\r
+ $ make HAVE_SPHINX=1 sphinx-html\r
+ python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk\r
+ sphinx-build -b html -d doc/_build/doctrees -q ./doc doc/_build/html\r
+ Making output directory...\r
+ WARNING: html_static_path entry '/home/wking/src/notmuch/notmuch/doc/_static' does not exist\r
+\r
+because we have no static source in doc/_static.\r
+---\r
+ doc/conf.py | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/doc/conf.py b/doc/conf.py\r
+index a926fe4..70ba1b8 100644\r
+--- a/doc/conf.py\r
++++ b/doc/conf.py\r
+@@ -42,7 +42,7 @@ html_theme = 'default'\r
+ # Add any paths that contain custom static files (such as style sheets) here,\r
+ # relative to this directory. They are copied after the builtin static files,\r
+ # so a file named "default.css" will overwrite the builtin "default.css".\r
+-html_static_path = ['_static']\r
++html_static_path = []\r
+ \r
+ # Output file base name for HTML help builder.\r
+ htmlhelp_basename = 'notmuchdoc'\r
+-- \r
+1.9.1.353.gc66d89d\r
+\r