doc/conf.py: Remove _static from html_static_path
authorW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 15:55:21 +0000 (08:55 -0700)
committerDavid Bremner <david@tethera.net>
Wed, 28 May 2014 12:45:45 +0000 (09:45 -0300)
commitebf4aaa0f8e6e9e1ead07268a060ea22dcc46ad0
treed72e06e8cee0cadb7b373314222b21ed17e06e82
parent83f531ad7ee4b9e9aacac4f45148c39101f17ab8
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.
doc/conf.py