unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] doc/conf.py: Remove _static from html_static_path
@ 2014-05-10 15:55 W. Trevor King
  2014-05-12 10:32 ` [PATCH] Unset html_static_path in Python bindings docs Amadeusz Żołnowski
  2014-05-28 12:57 ` [PATCH] doc/conf.py: Remove _static from html_static_path David Bremner
  0 siblings, 2 replies; 6+ messages in thread
From: W. Trevor King @ 2014-05-10 15:55 UTC (permalink / raw)
  To: notmuch

Avoid:

  $ make HAVE_SPHINX=1 sphinx-html
  python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk
  sphinx-build -b html -d doc/_build/doctrees -q ./doc doc/_build/html
  Making output directory...
  WARNING: html_static_path entry '/home/wking/src/notmuch/notmuch/doc/_static' does not exist

because we have no static source in doc/_static.
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index a926fe4..70ba1b8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -42,7 +42,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 = ['_static']
+html_static_path = []
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'notmuchdoc'
-- 
1.9.1.353.gc66d89d

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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