--- /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 B3837431FC0\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:14 -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 rCfoERWIEOnk for <notmuch@notmuchmail.org>;\r
+ Mon, 12 May 2014 01:05:10 -0700 (PDT)\r
+Received: from mail-la0-f45.google.com (mail-la0-f45.google.com\r
+ [209.85.215.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 5516A431FBF\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:10 -0700 (PDT)\r
+Received: by mail-la0-f45.google.com with SMTP id gl10so1615413lab.4\r
+ for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:07 -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;\r
+ bh=aBvisjTIUPCswUuksqSiLYHCMWN4wAI5U2eH6Asf1ls=;\r
+ b=VBoKfVV0dXiT5M8rDK5qX34CmaOIgmetMdkjdlKljxHl+86vce/varyx5Ou/MQHveH\r
+ r7BwNCWutnHAu2FXhSECLqLaHCOEohCwaARW+ZlXh2miFkSIj5saVSn8H4hUimeadoCT\r
+ aI9Yr5vdJDDykjtCLXwq+IvNIQAHjwMIjDseyWLi0rnTV8EsYZLLo/P7aY/QtRBP+1B0\r
+ aoyiYVneAg/XdcJP9ZqMcEcuDvgdxy1sLPBEoymoTzXgtWiTTJW2W7ct8UGhAUmnFs0s\r
+ 5/qJwLBp+B4NuKZwmPgEIorQEbW2sIKhPZHg+EYPfcNxkLr5vMh1pBMpm5aAqc3UFSIj\r
+ 7i/Q==\r
+X-Gm-Message-State:\r
+ ALoCoQnGSwQMRchSe6PAd3J2Ov4l9++9nA6cssh9kohifiTe5/alxOI49GNq3m3ROaDep5h45o0K\r
+X-Received: by 10.112.149.36 with SMTP id tx4mr376182lbb.59.1399881906460;\r
+ Mon, 12 May 2014 01:05:06 -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 z1sm10848181lal.6.2014.05.12.01.05.04\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Mon, 12 May 2014 01:05:05 -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\r
+Date: Mon, 12 May 2014 10:04:56 +0200\r
+Message-Id: <1399881896-1735-1-git-send-email-aidecoe@aidecoe.name>\r
+X-Mailer: git-send-email 1.9.2\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 08:05:14 -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..c93b2ee 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 = ['../html']\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