X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=e46e1d4e47faa089c45553f747a6f95003dba9a4;hb=2786aa4d548d28579c761e9358d44c84dfb29068;hp=1fbd102bd30c23029fddf8f9d0c265f00544b584;hpb=7556bb7da27621895327b84d22abba2519c24ba7;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 1fbd102b..e46e1d4e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,7 +14,7 @@ master_doc = 'index' # General information about the project. project = u'notmuch' -copyright = u'2009-2021, Carl Worth and many others' +copyright = u'2009-2022, Carl Worth and many others' location = os.path.dirname(__file__) @@ -25,7 +25,7 @@ for pathdir in ['.', '..']: version=infile.read().replace('\n','') # for autodoc -sys.path.insert(0, os.path.join(location, '..', 'bindings', 'python-cffi', 'notmuch2')) +sys.path.insert(0, os.path.join(location, '..', 'bindings', 'python-cffi', 'build', 'stage')) # read generated config for pathdir in ['.', '..']: