]> git.cworth.org Git - notmuch/commit
doc/python-cffi: import from built bindings, not installed module
authorDavid Bremner <david@tethera.net>
Fri, 29 Oct 2021 14:54:59 +0000 (11:54 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 4 Dec 2021 00:25:59 +0000 (20:25 -0400)
commit48b5263646bae2ce40e3ec17e0cfae26a7abc91f
tree2e575c121bd4043be694ee67626998e51a87c5fa
parent6858c365956ba26b42721093707e5a57ca8a6b93
doc/python-cffi: import from built bindings, not installed module

Previously the python-cffi bindings either failed to build, or built
for the wrong module by using the installed module.

The fix requires correction the module path, building the bindings
before docs, and helping python find the built libnotmuch.

Based on patch / discussion from Micheal Gruber [1]

[1]: id:cover.1634808719.git.git@grubix.eu
doc/Makefile.local
doc/conf.py