On Mon, 28 Jan 2019 at 05:44, Terry Reedy <[email protected]> wrote: > On 1/27/2019 9:01 AM, Nick Coghlan wrote: > > For now, I'm assuming I've messed something up with my local docs > > build setup, but figured I'd ask if anyone else was seeing this, in > > case it was actually broken at the build level (CI wouldn't pick this > > up, since it always builds from scratch anyway). > > I think something is broken. Caching used to work better.
In my case, I had an older version of blurb installed, which was keeping NEWS from rendering properly, and I suspect that was preventing Sphinx from marking the cache as valid. I'm not sure about that theory though, as I would have expected an invalid NEWS file to only keep the NEWS file from being cached. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
