Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

lagru
Copy link
Member

@lagru lagru commented Aug 5, 2022

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

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.
@lagru lagru added the bug label Aug 5, 2022
@lagru
Copy link
Member Author

lagru commented Aug 5, 2022

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

@lagru
Copy link
Member Author

lagru commented Aug 5, 2022

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
Copy link
Member Author

lagru commented Aug 19, 2022

Just saw #65. 😅 Closing in favor of that one.

@lagru lagru closed this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant