notmuch/bindings/python/docs/source
Jani Nikula 510dc8c837 python: fix documentation build with python 3.7
The simplistic mocking in conf.py falls short on python 3.7. Just use
unittest.mock instead.

Fixes:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/config.py", line 368, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_
    exec_(code, _globals)
  File "/path/to/notmuch/bindings/python/docs/source/conf.py", line 39, in <module>
    from notmuch import __VERSION__,__AUTHOR__
  File "/path/to/notmuch/bindings/python/notmuch/__init__.py", line 54, in <module>
    from .database import Database
  File "/path/to/notmuch/bindings/python/notmuch/database.py", line 25, in <module>
    from .globals import (
  File "/path/to/notmuch/bindings/python/notmuch/globals.py", line 48, in <module>
    class NotmuchDatabaseS(Structure):
TypeError: __mro_entries__ must return a tuple
2019-02-16 08:42:13 -04:00
..
conf.py python: fix documentation build with python 3.7 2019-02-16 08:42:13 -04:00
database.rst python: Fix method name in docs 2017-12-24 09:17:06 -04:00
filesystem.rst Fix typos as found by codespell 2018-03-24 20:09:54 -03:00
index.rst Use https instead of http where possible 2016-06-05 08:32:17 -03:00
message.rst python: add bindings for notmuch_message_get_propert(y/ies) 2018-05-02 20:16:11 -03:00
messages.rst python: split the documentation 2012-02-24 01:55:33 +01:00
notes.rst python: move the notmuch module section to notes.rst 2012-02-24 01:30:04 +01:00
query.rst Fix orthography 2017-07-18 06:50:44 -03:00
quickstart.rst python: move the usage example to quickstart.rst 2012-02-24 01:18:54 +01:00
status_and_errors.rst python: add new errors 2016-01-08 13:58:33 +01:00
tags.rst python: split the documentation 2012-02-24 01:55:33 +01:00
thread.rst python: split the documentation 2012-02-24 01:55:33 +01:00
threads.rst python: Remove {Filenames,Threads}.__len__ 2016-01-08 13:58:33 +01:00