aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar W. Trevor King <wking@tremily.us>2014-05-10 08:55:21 -0700
committerGravatar David Bremner <david@tethera.net>2014-05-28 09:45:45 -0300
commitebf4aaa0f8e6e9e1ead07268a060ea22dcc46ad0 (patch)
treed72e06e8cee0cadb7b373314222b21ed17e06e82 /doc
parent83f531ad7ee4b9e9aacac4f45148c39101f17ab8 (diff)
doc/conf.py: Remove _static from html_static_path
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a926fe42..70ba1b8a 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'