]> git.cworth.org Git - notmuch/commitdiff
doc: sequentialize calls to sphinx-build
authorDavid Bremner <david@tethera.net>
Sun, 3 Mar 2019 03:30:59 +0000 (23:30 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 6 Mar 2019 01:46:41 +0000 (21:46 -0400)
In certain conditions the parallel calls to sphinx-build could
collide, yielding a crash like

Exception occurred:
  File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 1261, in get_doctree
    doctree = pickle.load(f)
EOFError: Ran out of input


No differences found