X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=d0f7f66ce83ee8d639ec17869e407dd424053cee;hb=5197d3e11f5774a5eb9989cdbea07112a7f18fb8;hp=94e266af5878c8590802780f23e8e8c99a42b81e;hpb=a05da45523a8ce65a2db73040824bb7307e7351d;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 94e266af..d0f7f66c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,12 +14,12 @@ master_doc = 'index' # General information about the project. project = u'notmuch' -copyright = u'2009-2020, Carl Worth and many others' +copyright = u'2009-2021, Carl Worth and many others' location = os.path.dirname(__file__) for pathdir in ['.', '..']: - version_file = os.path.join(location,pathdir,'version') + version_file = os.path.join(location,pathdir,'version.txt') if os.path.exists(version_file): with open(version_file,'r') as infile: version=infile.read().replace('\n','') @@ -87,6 +87,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',