X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=7ac13a5d7fb5dc71de4caa824e11feefce090409;hb=refs%2Fheads%2Fnmweb;hp=8cb650605dbab3f72e933a4b45d67b2589ca7768;hpb=c527358794977aa9b891b765fdb07d88d0d42f10;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 8cb65060..7ac13a5d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -3,8 +3,10 @@ import sys import os +from pathlib import Path +sys.path.append(str(Path(__file__).parent)) -extensions = [ 'sphinx.ext.autodoc' ] +extensions = [ 'sphinx.ext.autodoc', 'elisp' ] # The suffix of source filenames. source_suffix = '.rst' @@ -14,7 +16,7 @@ master_doc = 'index' # General information about the project. project = u'notmuch' -copyright = u'2009-2022, Carl Worth and many others' +copyright = u'2009-2023, Carl Worth and many others' location = os.path.dirname(__file__)