unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: "Amadeusz Żołnowski" <aidecoe@aidecoe.name>
To: notmuch@notmuchmail.org
Subject: [PATCH] Unset html_static_path in Python bindings docs
Date: Mon, 12 May 2014 12:35:41 +0200	[thread overview]
Message-ID: <1399890941-9300-1-git-send-email-aidecoe@aidecoe.name> (raw)
In-Reply-To: <1399890746-8803-1-git-send-email-aidecoe@aidecoe.name>

html_static_path is a kind of source directory and it was set to
destination directory (../html) which caused infinite recursion with
Sphinx 1.2 and above.
---
 bindings/python/docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py
index 9db377f..5107a96 100644
--- a/bindings/python/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
@@ -140,7 +140,7 @@ html_theme = 'default'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['../html']
+html_static_path = []
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
-- 
1.9.2

  reply	other threads:[~2014-05-12 10:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-10 15:55 [PATCH] doc/conf.py: Remove _static from html_static_path W. Trevor King
2014-05-12 10:32 ` [PATCH] Unset html_static_path in Python bindings docs Amadeusz Żołnowski
2014-05-12 10:35   ` Amadeusz Żołnowski [this message]
2014-05-12 15:18     ` W. Trevor King
2014-05-28 12:59     ` David Bremner
2014-05-28 12:57 ` [PATCH] doc/conf.py: Remove _static from html_static_path David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399890941-9300-1-git-send-email-aidecoe@aidecoe.name \
    --to=aidecoe@aidecoe.name \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).