X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=c7fd8f5acec84807e2738dfae00a0d3c709e8393;hb=b7e08901e8ab695fb75de0528871771009f49aa8;hp=1fbd102bd30c23029fddf8f9d0c265f00544b584;hpb=be7e83de96b706af418fc9f139ded4d50bf342f6;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 1fbd102b..c7fd8f5a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 ['.', '..']: