skimage-tutorials icon indicating copy to clipboard operation
skimage-tutorials copied to clipboard

Update malformed _toc.yml to fix jupyter-book build in CI

Open lagru opened this issue 3 years ago • 2 comments

Running jupyter-book build . with v0.13.0 fails with the following message:

The Table of Contents file is malformed: toc is not a mapping: <class 'list'>
You may need to migrate from the old format, using:

	jupyter-book toc migrate _toc.yml -o _toc.yml

After updating _toc.yml accordingly, the build succeeds.

cc @emmanuelle

lagru avatar Aug 05 '22 15:08 lagru

Intended as a quick fix. Long term we should probably aim for #66 or similar.

lagru avatar Aug 05 '22 15:08 lagru

Aha, the CI fails because it now runs into API changes from scikit-image 0.18 to 0.19 (e.g. circle to disk, selem to footprint). I'll fix those errors in another PR. The original CI error seems fixed.

lagru avatar Aug 05 '22 16:08 lagru

Just saw #65. :sweat_smile: Closing in favor of that one.

lagru avatar Aug 19 '22 12:08 lagru