From: Jani Nikula Date: Sat, 5 Nov 2016 20:18:14 +0000 (+0200) Subject: doc/conf.py: include command name in texinfo document title X-Git-Tag: 0.24_rc0~82 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c22d5d6770f579cbdb4565440910616e86804fe9;hp=0097e7f5d688bf7f1ec5a0939ded904926aff699 doc/conf.py: include command name in texinfo document title Seems to make more sense than to have the same title for everything. --- diff --git a/doc/conf.py b/doc/conf.py index f8da1a42..b6cfa1aa 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -132,7 +132,7 @@ man_pages = [ texinfo_no_detailmenu = True texinfo_documents = [ - ('notmuch-emacs', 'notmuch-emacs', u'notmuch Documentation', + ('notmuch-emacs', 'notmuch-emacs', u'notmuch-emacs documentation', notmuch_authors, 'notmuch-emacs', 'emacs based front-end for notmuch', 'Miscellaneous'), ] @@ -142,7 +142,7 @@ texinfo_documents += [ ( x[0], # source start file x[1], # target name - u'notmuch Documentation', # title + x[1] + u' documentation', # title x[3][0], # author x[1], # dir menu entry x[2], # description