esgf2-us / intake-esgf

Programmatic access to the ESGF holdings
https://intake-esgf.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Matplotlib font cache KeyboardInterrupt in docs #25

Closed nocollier closed 4 months ago

nocollier commented 5 months ago

In the Quickstart docs, I am seeing a intermittent problem where the page does not render due to something throwing matplotlib a KeyboardInterrupt while building the font cache. The remaining cells do not render, but no error is presented in the sphinx build log. It doesn't seem to be a timeout, I thought I had it disabled in conf.py for sphinx.

nocollier commented 4 months ago

The correct configure setting is nb_execution_timeout = -1. This should fix these problems.