--- /dev/null
+Return-Path: <aidecoe@aidecoe.name>\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 362AA431FC2\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 03:32:38 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 J9Q+zENaN8eW for <notmuch@notmuchmail.org>;\r
+ Mon, 12 May 2014 03:32:32 -0700 (PDT)\r
+Received: from mail-la0-f49.google.com (mail-la0-f49.google.com\r
+ [209.85.215.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 10175431FC0\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 03:32:31 -0700 (PDT)\r
+Received: by mail-la0-f49.google.com with SMTP id pv20so1712537lab.8\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 03:32:30 -0700 (PDT)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
+ :references;\r
+ bh=83X0v1SGLr/846HtIRHcN7iGjNJ3RrCKvDaCtUgOdwk=;\r
+ b=ePvqg0xmf63+TEhrq2GIqJoq3APo1XHcaArg9DfaC+xgYOq5uSupiEMJPvhxio5IaF\r
+ 3e5AUZZfcgOAe5qv32oEvBZ5V5jmqxFaZCBXLnam7ZY4r+IWyU56/W/WB56YELAhLTRM\r
+ 1ZuyTyIt8MX2W6abpRTAiGjEjIJzBnGzZf/J0YNFfLka7rggnic5wwdG7SlOIIr5f/TY\r
+ WZMe0ZG9IClOgpzIMz8H/GpN1U1MMEp2+LDDM1Y7rTumTPq3xaoLmeinMU9u5EkiEYSu\r
+ aJ3zOMevwXAXdLIh5SYAYuctpR3jqTZdSNYVHoeRIg32sFul6TPfCvaDJCZvKVDcab/E\r
+ Yy3Q==\r
+X-Gm-Message-State:\r
+ ALoCoQn5vnegjfhhKq/eWK2OU8sds11woUBzK/SuTQZj2e4OJRN9R7Gn0btoj+vOFIdVlsMpMjZ+\r
+X-Received: by 10.152.37.229 with SMTP id b5mr1420791lak.40.1399890750426;\r
+ Mon, 12 May 2014 03:32:30 -0700 (PDT)\r
+Received: from localhost (217-67-221-143.itsa.net.pl. [217.67.221.143])\r
+ by mx.google.com with ESMTPSA id\r
+ eo12sm13408560lbb.13.2014.05.12.03.32.28 for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Mon, 12 May 2014 03:32:29 -0700 (PDT)\r
+From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Unset html_static_path in Python bindings docs\r
+Date: Mon, 12 May 2014 12:32:26 +0200\r
+Message-Id: <1399890746-8803-1-git-send-email-aidecoe@aidecoe.name>\r
+X-Mailer: git-send-email 1.9.2\r
+In-Reply-To:\r
+ <4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremily.us>\r
+References:\r
+ <4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremily.us>\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: Mon, 12 May 2014 10:32:38 -0000\r
+\r
+html_static_path is a kind of source directory and it was set to\r
+destination directory (../html) which caused infinite recursion with\r
+Sphinx 1.2 and above.\r
+---\r
+ bindings/python/docs/source/conf.py | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py\r
+index 9db377f..692a8f2 100644\r
+--- a/bindings/python/docs/source/conf.py\r
++++ b/bindings/python/docs/source/conf.py\r
+@@ -140,7 +140,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 = ['../html']\r
++html_static_path = ['']\r
+ \r
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,\r
+ # using the given strftime format.\r
+-- \r
+1.9.2\r
+\r