unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Unset html_static_path
@ 2014-05-12  8:04 Amadeusz Żołnowski
  2014-05-12  8:55 ` Amadeusz Żołnowski
  0 siblings, 1 reply; 2+ messages in thread
From: Amadeusz Żołnowski @ 2014-05-12  8:04 UTC (permalink / raw)
  To: notmuch

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..c93b2ee 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 = ['../html']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Unset html_static_path
  2014-05-12  8:04 [PATCH] Unset html_static_path Amadeusz Żołnowski
@ 2014-05-12  8:55 ` Amadeusz Żołnowski
  0 siblings, 0 replies; 2+ messages in thread
From: Amadeusz Żołnowski @ 2014-05-12  8:55 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

Nevermind. Duplicate of
id:4244e9c2c0e64eedcd8e4bcca5c24f942f747548.1399737242.git.wking@tremily.us


-- 
Amadeusz Żołnowski

[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-12  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  8:04 [PATCH] Unset html_static_path Amadeusz Żołnowski
2014-05-12  8:55 ` Amadeusz Żołnowski

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).