]> git.notmuchmail.org Git - notmuch/blobdiff - doc/conf.py
doc: read notmuch-tree.rsti for rst_epilog
[notmuch] / doc / conf.py
index 4a4a34212cc3cb816ae7de88e1ce84271dc1fd4a..3ec55a61c6ac5fb8c0678261f6b0d12b522ae92e 100644 (file)
@@ -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'):
+    for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti', 'notmuch-tree.rsti'):
         lines.extend(open(rsti_dir+'/'+file))
     rst_epilog = ''.join(lines)
     del lines