`WARNING: Unknown key in `_toc.yml`: root`
See original GitHub issueJupyter Book: 0.10.1.
When I try to build, I get the warning:
WARNING: Unknown key in
_toc.yml: root
Why is this key unknown?
According to https://jupyterbook.org/structure/toc.html, the root
key should not be unknown. Right?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
root config contains unknown keys: staging - GitLab.org
root config contains unknown keys: staging. Hi I am set CI with following .gitlab-ci.yml content: rspec: stage: test script: - pwd staging: ...
Read more >How to fix the YAML syntax error: did not find expected '-'
The error means you've syntax error and this particular is difficult to track, as it could mean multiple things, wrong indentation, including missing...
Read more >Configuration - Doxygen Manual
When as file - is specified the warning and error messages are written to standard output ( stdout ). Configuration options related to...
Read more >Directives - Sphinx documentation
The “root document” (selected by root_doc ) is the “root” of the TOC tree hierarchy. It can be used as the documentation's main...
Read more >Troubleshooting Common Errors - Gatsby
Table of Contents · Problems with the cache · Errors with common plugin configurations. Installing plugins for styling results in Generating SSR bundle...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@michaelosthege and @mmcky Thank you for your help. I’m sorry that I didn’t give the detail. As mmcky said, I have upgraded jupyter book, and I found it worked! Thank you.
The problem I had was that when I use the following
_toc.yml
, I got the error
WARNING: Unknown key in _toc.yml: root
. This seemed to be due to the version 0.1.0 I used.You may also want to upgrade
jupyter-book
to the latest versionI see you’re using
10.1
so please upgrade to0.12.3
usingpip install --upgrade jupyter-book
which might help with thedocs
and the_toc
structure.