X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=4a4a34212cc3cb816ae7de88e1ce84271dc1fd4a;hb=be6edee49660308131cbc7a6eb51e38c642cc098;hp=1a5c217bb91e5299fbb2bc83f4e8d19bff466490;hpb=346b999ae6f1af6a8dbe7ef960c15adf18e6a15c;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 1a5c217b..4a4a3421 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -80,6 +80,11 @@ htmlhelp_basename = 'notmuchdoc' # Despite the name, this actually affects manual pages as well. html_use_smartypants = False +# See: +# - https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-manpages_url +# - https://manpages.debian.org/ +manpages_url = 'https://manpages.debian.org/{page}.{section}.html' + # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples @@ -87,6 +92,8 @@ html_use_smartypants = False notmuch_authors = u'Carl Worth and many others' +man_make_section_directory = False + man_pages = [ ('man1/notmuch', 'notmuch', u'thread-based email index, search, and tagging',