X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=fb49f6eb97ecc2962c08f3bff813ab721fe758f5;hb=4313be0a0c642ddb0a20f9df9d76e3bf7705cded;hp=70ba1b8a4e1bf772c16fbeb72d8148ea7c40a182;hpb=94064a6ba2f67005352915dc01c6eb0e19b761f9;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 70ba1b8a..fb49f6eb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ release = version # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build', 'notmuch-emacs.rst'] +exclude_patterns = ['_build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' @@ -58,6 +58,10 @@ man_pages = [ u'thread-based email index, search, and tagging', [u'Carl Worth and many others'], 1), +('man1/notmuch-address','notmuch-address', + u'output addresses from matching messages', + [u'Carl Worth and many others'], 1), + ('man1/notmuch-compact','notmuch-compact', u'compact the notmuch database', [u'Carl Worth and many others'], 1), @@ -130,6 +134,9 @@ texinfo_documents = [ ('man1/notmuch','notmuch',u'notmuch Documentation', u'Carl Worth and many others', 'notmuch', 'thread-based email index, search, and tagging','Miscellaneous'), +('man1/notmuch-address','notmuch-address',u'notmuch Documentation', + u'Carl Worth and many others', 'notmuch-address', + 'output addresses from matching messages','Miscellaneous'), ('man1/notmuch-compact','notmuch-compact',u'notmuch Documentation', u'Carl Worth and many others', 'notmuch-compact', 'compact the notmuch database','Miscellaneous'),