dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 708 forks source link

Bump dask and distributed to 2.11.0 #161

Closed jrbourbeau closed 4 years ago

quasiben commented 4 years ago

Is this failing due to a long build process ? At the end of the build I see:

SphinxTranslator.dispatch_visit calling visit_paragraph for <reference name="Array API" refuri="https://docs.dask.org/en/latest/array The job exceeded the maximum log length, and has been terminated.

jrbourbeau commented 4 years ago

I think so, it looks like there is some extra output that’s not present in the last master couple build. I’m out of the office until Monday, so I won’t be able to investigate further right away. If someone else wants to take over that would be totally fine. If not, I’ll pick this up again next week

jrbourbeau commented 4 years ago

It looks like the extra output was related to changes in a newer release of sphinx. Haven't looked into if the output can be suppressed yet, but pinning the sphinx version to 2.3.1 (similar to what we did in dask-examples) fixes the CI builds for now

TomAugspurger commented 4 years ago

I'm OK with that for now.