[Python-Dev] Anyone else seeing a lack of caching in local docs builds?
Terry Reedy
tjreedy at udel.edu
Sun Jan 27 14:40:58 EST 2019
More information about the Python-Dev mailing list
Sun Jan 27 14:40:58 EST 2019
- Previous message (by thread): [Python-Dev] Anyone else seeing a lack of caching in local docs builds?
- Next message (by thread): [Python-Dev] Anyone else seeing a lack of caching in local docs builds?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/27/2019 9:01 AM, Nick Coghlan wrote: > Hi folks, > > I'm currently seeing a behaviour where every time I run "make html", > all 474 source files get rebuilt. I just rebuilt, ditto, all 474. Caching only works when I rebuild 'soon' (at least within same day) after a complete rebuild. I just updated and only function.rst was changed and only function.html and the indexes were rebuilt. > 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. -- Terry Jan Reedy
- Previous message (by thread): [Python-Dev] Anyone else seeing a lack of caching in local docs builds?
- Next message (by thread): [Python-Dev] Anyone else seeing a lack of caching in local docs builds?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list