Replies: 1 comment 5 replies
-
Heya, You can use only_build_toc_files: true in your _config.yml @choldgraf I don't see this mentioned in https://jupyterbook.org/customize/toc.html |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently buildings some docs that don't all need to be in the
_toc.yml
and I'm trying to figure out how to suppress all the different warnings such as:WARNING: document isn't included in any toctree
Document or section may not begin with a transition
WARNING: Found a content page that is not in _toc.yml
WARNING: Unexpected section title.
These are warnings that I'm ok with ignoring and just want to hide them so I can find other issues easier. I have tried adding to the
suppress_warnings
but to no avail.Beta Was this translation helpful? Give feedback.
All reactions