fix: fix broken links on the first page + bump bikeshed and Python version on RTD#534
fix: fix broken links on the first page + bump bikeshed and Python version on RTD#534lubianat wants to merge 5 commits into
Conversation
Automated Review URLs |
|
@lubianat somehow the build is failing 🤔 |
|
@jo-mueller for some reason all the last builds on RTD are failing
|
@jo-mueller it seems like it is something over there on ngff-spec that for some reason started breaking RTD |
|
https://pypi.org/project/bikeshed/ had updates including a major it is weird because https://github.com/ome/ngff/blob/main/requirements.txt pins bikeshed<4.2 so that is not the issue |
|
Maybe bikeshed alao needs to be pinned on the branches from which the 01./0.2/0.3/... Spec pages are built? |
|
I thought that could be the case, but 'bikeshed' is not mentioned in any code in the 0.2 branch (the one failing) I will dig a bit more. Probably worth it reporting/documenting in a standalone issue. I'll do it. |
|
@jo-mueller build passing... not sure which side effects this would bring |
|
last commit changes conf.py, I think that is why the build is not triggered. It re-adds 2 templates that were lost with the transition; they remove the W3C branding from bikeshed and re-add the OME one I'll remove it and add it in yet another PR |
This reverts commit 8c947be.

closes #533
Thanks for the catch @elichad