Re: [Bug] Cannot build python3 bindings documentation of notmuch 0.28.1

2021-09-11 Thread David Bremner
dan.cer...@posteo.net (Dan Čermák) writes: > Hi list, > > the python3 bindings documentation seems to be broken: > > on OpenSUSE Tumbleweed and Fedora 29 (both have Python 3.7 and sphinx > 1.7.6) I get this: This should be fixed in commit 510dc8c8 ___

Re: [Bug] Cannot build python3 bindings documentation of notmuch 0.28.1

2019-02-16 Thread David Bremner
dan.cer...@posteo.net (Dan Čermák) writes: > Hi list, > > the python3 bindings documentation seems to be broken: > > on OpenSUSE Tumbleweed and Fedora 29 (both have Python 3.7 and sphinx > 1.7.6) I get this: > > $ cd bindings/python/docs/ > $ make dirhtml > sphinx-build -b dirhtml -d

Re: [Bug] Cannot build python3 bindings documentation of notmuch 0.28.1

2019-02-10 Thread Jani Nikula
On Wed, 06 Feb 2019, Dan Čermák wrote: > Hi list, > > the python3 bindings documentation seems to be broken: > > on OpenSUSE Tumbleweed and Fedora 29 (both have Python 3.7 and sphinx > 1.7.6) I get this: Looks like a change in Python 3.7 makes the ctypes mocking in

[Bug] Cannot build python3 bindings documentation of notmuch 0.28.1

2019-02-06 Thread Dan Čermák
Hi list, the python3 bindings documentation seems to be broken: on OpenSUSE Tumbleweed and Fedora 29 (both have Python 3.7 and sphinx 1.7.6) I get this: $ cd bindings/python/docs/ $ make dirhtml sphinx-build -b dirhtml -d build/doctrees source build/dirhtml Running Sphinx v1.7.6