Details
Expected Result
readthedocs continues building successfully after no changes in dask-image's RTD configuration.
Actual Result
Upstream report of dask/dask-image#351.
Quick summary: RTD fails saying the build requires sphinx>=5. Although the correct sphinx version is pinned in the environment yml file, the build seems to use sphinx=4.5. Interestingly, the print of the environment file shows differences to the dask-image repo env file.
Thanks for any hints on this 🙏