X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fconf.py;fp=doc%2Fconf.py;h=e4bad9f1d30ddcd0e6f1b68164aeeedb089a95fe;hp=6afeac06e53d4da8d6123ecb7c3b1ac55d2ff891;hb=ae1fc657efa7e6dcbcbd79a3fe721e8f5b1f70a9;hpb=aec72e5806bb3103fdc0b30e5edcac8158dc67a6 diff --git a/doc/conf.py b/doc/conf.py index 6afeac06..e4bad9f1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,7 @@ if tags.has('WITH_EMACS'): # Hacky reimplementation of include to workaround limitations of # sphinx-doc lines = ['.. include:: /../emacs/rstdoc.rsti\n\n'] # in the source tree - for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti', 'notmuch-tree.rsti'): + for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-hello.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti', 'notmuch-tree.rsti'): lines.extend(open(rsti_dir+'/'+file)) rst_epilog = ''.join(lines) del lines