On Thu, 13 Apr 2017 14:55:03 +0200 Markus Heiser <markus.hei...@darmarit.de> wrote:
> Sphinx caches the doctree (they call it "pickling"). On re-compile, this > cached doctree is readed in and changes from the rst-files are merged into > this doctree. After, the "updated" doctree is pickled (cached) again. > This procedere is fragil in some circumstances. Sigh. My experience with the pickle module says that it's always fragile. It looks like a nice way to serialize objects, but there's a lot that can go wrong. It would be good to understand what's going wrong here, though; I've never seen this error either. I'm not opposed to raising the limit, but I do wonder if we're papering over the problem and missing the real fix. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html