rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 29 forks source link

RAPIDS Deployment docs 24.10.00 release build failed #471

Closed jacobtomlinson closed 2 hours ago

jacobtomlinson commented 3 hours ago

It looks like the 24.10.00 tag build workflow failed. This was caused by #463.

It seems that Sphinx cut a new release 8.1.0 between the last PR that was merged here on Wednesday and the release being tagged yesterday which broke the build.

Image

I've opened #470 which adds an upper bound to Sphinx and gets the build working again. We need to merge that and then make a HOTFIX release here. @raydouglass could you handle this?

Long term I've also opened https://github.com/mgaitan/sphinxcontrib-mermaid/pull/161 which fixes the problem upstream and means we can remove our upper bound pin again once that fix is released in sphinxcontrib-mermaid.

jacobtomlinson commented 2 hours ago

470 is now merged and builds are passing on main again. So just need another tag now.

raydouglass commented 2 hours ago

Pushed a new tag and now monitoring the build: https://github.com/rapidsai/deployment/actions/runs/11292946252

raydouglass commented 2 hours ago

Looks like it was successful!